Html Css Color HEX #B255D9 Medium Orchid

📋 copy color: '#B255D9'

red 178 ◦ green 85 ◦ blue 217

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

Shades of Medium Orchid #B255D9

Tints of Medium Orchid #B255D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 37.08%
G = 17.71%
B = 45.21%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B255D9 (or 0xB255D9) is known color: Medium Orchid. HEX triplet: B2, 55 and D9. RGB value is (178,85,217). Sum of RGB (Red+Green+Blue) = 178+85+217=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #B255D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255D9 is #4DAA26. Grayscale: #7F7F7F. Windows color (decimal): -5089831 or 14243250. OLE color: 14243250.

HSL color Cylindrical-coordinate representation of color #B255D9: hue angle of 282.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B255D9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 85 217 -
CMYK 0.18 0.61 0 0.15
HSL 282.27º 0.63% 0.59% -
HSV(B) 282.27º 0.61% 0.85% -
XYZ 34.13 20.97 67.89 -
YUV 127.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 178 85 217 0.18 0.61 0 0.15 282.27 0.63 0.59
Hex B2 55 D9 12 3D 0 F 11A 3F 3B
Octal 262 125 331 22 75 0 17 432 77 73
Binary 10110010 1010101 11011001 10010 111101 0 1111 100011010 111111 111011

Color Harmonies of #B255D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255D9

Black with #B255D9

Text Example


Text Example

White with #B255D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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