Html Css Color HEX #B255CE Medium Orchid

📋 copy color: '#B255CE'

red 178 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #B255CE

Tints of Medium Orchid #B255CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

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

R = 37.95%
G = 18.12%
B = 43.92%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B255CE (or 0xB255CE) is known color: Medium Orchid. HEX triplet: B2, 55 and CE. RGB value is (178,85,206). Sum of RGB (Red+Green+Blue) = 178+85+206=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #B255CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CE is #4DAA31. Grayscale: #7E7E7E. Windows color (decimal): -5089842 or 13522354. OLE color: 13522354.

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

Color convert

RGB 178 85 206 -
CMYK 0.14 0.59 0 0.19
HSL 286.12º 0.55% 0.57% -
HSV(B) 286.12º 0.59% 0.81% -
XYZ 32.75 20.42 60.61 -
YUV 126.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 178 85 206 0.14 0.59 0 0.19 286.12 0.55 0.57
Hex B2 55 CE E 3B 0 13 11E 37 39
Octal 262 125 316 16 73 0 23 436 67 71
Binary 10110010 1010101 11001110 1110 111011 0 10011 100011110 110111 111001

Color Harmonies of #B255CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255CE

Black with #B255CE

Text Example


Text Example

White with #B255CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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