Html Css Color HEX #BB5CDC Medium Orchid

📋 copy color: '#BB5CDC'

red 187 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #BB5CDC

Tints of Medium Orchid #BB5CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 37.47%
G = 18.44%
B = 44.09%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB5CDC (or 0xBB5CDC) is known color: Medium Orchid. HEX triplet: BB, 5C and DC. RGB value is (187,92,220). Sum of RGB (Red+Green+Blue) = 187+92+220=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CDC is #44A323. Grayscale: #868686. Windows color (decimal): -4498212 or 14441659. OLE color: 14441659.

HSL color Cylindrical-coordinate representation of color #BB5CDC: hue angle of 284.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5CDC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 92 220 -
CMYK 0.15 0.58 0 0.14
HSL 284.53º 0.65% 0.61% -
HSV(B) 284.53º 0.58% 0.86% -
XYZ 37.24 23.39 70.26 -
YUV 135 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 187 92 220 0.15 0.58 0 0.14 284.53 0.65 0.61
Hex BB 5C DC F 3A 0 E 11D 41 3D
Octal 273 134 334 17 72 0 16 435 101 75
Binary 10111011 1011100 11011100 1111 111010 0 1110 100011101 1000001 111101

Color Harmonies of #BB5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CDC

Black with #BB5CDC

Text Example


Text Example

White with #BB5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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