Html Css Color HEX #B255DE Medium Orchid

📋 copy color: '#B255DE'

red 178 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #B255DE

Tints of Medium Orchid #B255DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 36.7%
G = 17.53%
B = 45.77%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B255DE (or 0xB255DE) is known color: Medium Orchid. HEX triplet: B2, 55 and DE. RGB value is (178,85,222). Sum of RGB (Red+Green+Blue) = 178+85+222=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #B255DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255DE is #4DAA21. Grayscale: #7F7F7F. Windows color (decimal): -5089826 or 14570930. OLE color: 14570930.

HSL color Cylindrical-coordinate representation of color #B255DE: hue angle of 280.73º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B255DE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 85 222 -
CMYK 0.20 0.62 0 0.13
HSL 280.73º 0.67% 0.6% -
HSV(B) 280.73º 0.62% 0.87% -
XYZ 34.79 21.24 71.37 -
YUV 128.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 178 85 222 0.20 0.62 0 0.13 280.73 0.67 0.6
Hex B2 55 DE 14 3E 0 D 119 43 3C
Octal 262 125 336 24 76 0 15 431 103 74
Binary 10110010 1010101 11011110 10100 111110 0 1101 100011001 1000011 111100

Color Harmonies of #B255DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255DE

Black with #B255DE

Text Example


Text Example

White with #B255DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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