Html Css Color HEX #B255EA Medium Orchid

📋 copy color: '#B255EA'

red 178 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #B255EA

Tints of Medium Orchid #B255EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 35.81%
G = 17.1%
B = 47.08%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B255EA (or 0xB255EA) is known color: Medium Orchid. HEX triplet: B2, 55 and EA. RGB value is (178,85,234). Sum of RGB (Red+Green+Blue) = 178+85+234=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #B255EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255EA is #4DAA15. Grayscale: #818181. Windows color (decimal): -5089814 or 15357362. OLE color: 15357362.

HSL color Cylindrical-coordinate representation of color #B255EA: hue angle of 277.45º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B255EA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 85 234 -
CMYK 0.24 0.64 0 0.08
HSL 277.45º 0.78% 0.63% -
HSV(B) 277.45º 0.64% 0.92% -
XYZ 36.46 21.9 80.15 -
YUV 129.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 178 85 234 0.24 0.64 0 0.08 277.45 0.78 0.63
Hex B2 55 EA 18 40 0 8 115 4E 3F
Octal 262 125 352 30 100 0 10 425 116 77
Binary 10110010 1010101 11101010 11000 1000000 0 1000 100010101 1001110 111111

Color Harmonies of #B255EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255EA

Black with #B255EA

Text Example


Text Example

White with #B255EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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