Html Css Color HEX #B255DC Medium Orchid

📋 copy color: '#B255DC'

red 178 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #B255DC

Tints of Medium Orchid #B255DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 36.85%
G = 17.6%
B = 45.55%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B255DC (or 0xB255DC) is known color: Medium Orchid. HEX triplet: B2, 55 and DC. RGB value is (178,85,220). Sum of RGB (Red+Green+Blue) = 178+85+220=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #B255DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255DC is #4DAA23. Grayscale: #7F7F7F. Windows color (decimal): -5089828 or 14439858. OLE color: 14439858.

HSL color Cylindrical-coordinate representation of color #B255DC: hue angle of 281.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B255DC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 85 220 -
CMYK 0.19 0.61 0 0.14
HSL 281.33º 0.66% 0.6% -
HSV(B) 281.33º 0.61% 0.86% -
XYZ 34.53 21.13 69.97 -
YUV 128.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 178 85 220 0.19 0.61 0 0.14 281.33 0.66 0.6
Hex B2 55 DC 13 3D 0 E 119 42 3C
Octal 262 125 334 23 75 0 16 431 102 74
Binary 10110010 1010101 11011100 10011 111101 0 1110 100011001 1000010 111100

Color Harmonies of #B255DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255DC

Black with #B255DC

Text Example


Text Example

White with #B255DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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