Html Css Color HEX #BB5CDE Medium Orchid

📋 copy color: '#BB5CDE'

red 187 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #BB5CDE

Tints of Medium Orchid #BB5CDE

RGB

 RED value IS 187 (73.44% from 255) = 37.33%

 GREEN value IS 92 (36.33% from 255) = 18.36%

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

R = 37.33%
G = 18.36%
B = 44.31%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB5CDE (or 0xBB5CDE) is known color: Medium Orchid. HEX triplet: BB, 5C and DE. RGB value is (187,92,222). Sum of RGB (Red+Green+Blue) = 187+92+222=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CDE is #44A321. Grayscale: #868686. Windows color (decimal): -4498210 or 14572731. OLE color: 14572731.

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

Color convert

RGB 187 92 222 -
CMYK 0.16 0.59 0 0.13
HSL 283.85º 0.66% 0.62% -
HSV(B) 283.85º 0.59% 0.87% -
XYZ 37.51 23.49 71.67 -
YUV 135.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 187 92 222 0.16 0.59 0 0.13 283.85 0.66 0.62
Hex BB 5C DE 10 3B 0 D 11C 42 3E
Octal 273 134 336 20 73 0 15 434 102 76
Binary 10111011 1011100 11011110 10000 111011 0 1101 100011100 1000010 111110

Color Harmonies of #BB5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CDE

Black with #BB5CDE

Text Example


Text Example

White with #BB5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CDE; }

 p { color: rgb(187,92,222); }

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

background-color css

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

 a { background-color: rgb(187,92,222); }

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

border-color css

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

 span { border-color: rgb(187,92,222); }

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