Html Css Color HEX #B255CC Medium Orchid

📋 copy color: '#B255CC'

red 178 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #B255CC

Tints of Medium Orchid #B255CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 38.12%
G = 18.2%
B = 43.68%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B255CC (or 0xB255CC) is known color: Medium Orchid. HEX triplet: B2, 55 and CC. RGB value is (178,85,204). Sum of RGB (Red+Green+Blue) = 178+85+204=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B255CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CC is #4DAA33. Grayscale: #7D7D7D. Windows color (decimal): -5089844 or 13391282. OLE color: 13391282.

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

Color convert

RGB 178 85 204 -
CMYK 0.13 0.58 0 0.2
HSL 286.89º 0.54% 0.57% -
HSV(B) 286.89º 0.58% 0.8% -
XYZ 32.51 20.32 59.34 -
YUV 126.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 178 85 204 0.13 0.58 0 0.2 286.89 0.54 0.57
Hex B2 55 CC D 3A 0 14 11F 36 39
Octal 262 125 314 15 72 0 24 437 66 71
Binary 10110010 1010101 11001100 1101 111010 0 10100 100011111 110110 111001

Color Harmonies of #B255CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255CC

Black with #B255CC

Text Example


Text Example

White with #B255CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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