Html Css Color HEX #B259CE Medium Orchid

📋 copy color: '#B259CE'

red 178 ◦ green 89 ◦ blue 206

#B259CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B259CE

Tints of Medium Orchid #B259CE

RGB

 RED value IS 178 (69.92% from 255) = 37.63%

 GREEN value IS 89 (35.16% from 255) = 18.82%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 37.63%
G = 18.82%
B = 43.55%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B259CE (or 0xB259CE) is known color: Medium Orchid. HEX triplet: B2, 59 and CE. RGB value is (178,89,206). Sum of RGB (Red+Green+Blue) = 178+89+206=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B259CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259CE is #4DA631. Grayscale: #808080. Windows color (decimal): -5088818 or 13523378. OLE color: 13523378.

HSL color Cylindrical-coordinate representation of color #B259CE: hue angle of 285.64º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B259CE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 89 206 -
CMYK 0.14 0.57 0 0.19
HSL 285.64º 0.54% 0.58% -
HSV(B) 285.64º 0.57% 0.81% -
XYZ 33.07 21.07 60.72 -
YUV 128.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 178 89 206 0.14 0.57 0 0.19 285.64 0.54 0.58
Hex B2 59 CE E 39 0 13 11E 36 3A
Octal 262 131 316 16 71 0 23 436 66 72
Binary 10110010 1011001 11001110 1110 111001 0 10011 100011110 110110 111010

Color Harmonies of #B259CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259CE

Black with #B259CE

Text Example


Text Example

White with #B259CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259CE; }

 p { color: rgb(178,89,206); }

 H1.HeaderClassName
 {
   color: #B259CE;
 }
 .AnyTagClassName
 {
   color: #B259CE;
 }
</style>

background-color css

<style>
 a { background-color: #B259CE; }

 a { background-color: rgb(178,89,206); }

 div.DivClassName
 {
   background-color: #B259CE;
 }
 .BgClassName
 {
   background-color: #B259CE;
 }
</style>

border-color css

<style>
 span { border-color: #B259CE; }

 span { border-color: rgb(178,89,206); }

 td.TdClassName
 {
   border-color: #B259CE;
 }
 .TagClassName
 {
   border-color: #B259CE;
 }
</style>