Html Css Color HEX #B255ED Medium Orchid

📋 copy color: '#B255ED'

red 178 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #B255ED

Tints of Medium Orchid #B255ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 35.6%
G = 17%
B = 47.4%

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

#B255ED (or 0xB255ED) is known color: Medium Orchid. HEX triplet: B2, 55 and ED. RGB value is (178,85,237). Sum of RGB (Red+Green+Blue) = 178+85+237=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B255ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255ED is #4DAA12. Grayscale: #818181. Windows color (decimal): -5089811 or 15553970. OLE color: 15553970.

HSL color Cylindrical-coordinate representation of color #B255ED: hue angle of 276.71º degrees, saturation: 0.81, 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 #B255ED is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 85 237 -
CMYK 0.25 0.64 0 0.07
HSL 276.71º 0.81% 0.63% -
HSV(B) 276.71º 0.64% 0.93% -
XYZ 36.89 22.08 82.44 -
YUV 130.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 178 85 237 0.25 0.64 0 0.07 276.71 0.81 0.63
Hex B2 55 ED 19 40 0 7 115 51 3F
Octal 262 125 355 31 100 0 7 425 121 77
Binary 10110010 1010101 11101101 11001 1000000 0 111 100010101 1010001 111111

Color Harmonies of #B255ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255ED

Black with #B255ED

Text Example


Text Example

White with #B255ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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