Html Css Color HEX #B255EC Medium Orchid

📋 copy color: '#B255EC'

red 178 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #B255EC

Tints of Medium Orchid #B255EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 35.67%
G = 17.03%
B = 47.29%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B255EC (or 0xB255EC) is known color: Medium Orchid. HEX triplet: B2, 55 and EC. RGB value is (178,85,236). Sum of RGB (Red+Green+Blue) = 178+85+236=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B255EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255EC is #4DAA13. Grayscale: #818181. Windows color (decimal): -5089812 or 15488434. OLE color: 15488434.

HSL color Cylindrical-coordinate representation of color #B255EC: hue angle of 276.95º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B255EC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 85 236 -
CMYK 0.25 0.64 0 0.07
HSL 276.95º 0.8% 0.63% -
HSV(B) 276.95º 0.64% 0.93% -
XYZ 36.75 22.02 81.67 -
YUV 130.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 178 85 236 0.25 0.64 0 0.07 276.95 0.8 0.63
Hex B2 55 EC 19 40 0 7 115 50 3F
Octal 262 125 354 31 100 0 7 425 120 77
Binary 10110010 1010101 11101100 11001 1000000 0 111 100010101 1010000 111111

Color Harmonies of #B255EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255EC

Black with #B255EC

Text Example


Text Example

White with #B255EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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