Html Css Color HEX #BB5FD0 Medium Orchid

📋 copy color: '#BB5FD0'

red 187 ◦ green 95 ◦ blue 208

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

Shades of Medium Orchid #BB5FD0

Tints of Medium Orchid #BB5FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 38.16%
G = 19.39%
B = 42.45%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB5FD0 (or 0xBB5FD0) is known color: Medium Orchid. HEX triplet: BB, 5F and D0. RGB value is (187,95,208). Sum of RGB (Red+Green+Blue) = 187+95+208=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB5FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FD0 is #44A02F. Grayscale: #878787. Windows color (decimal): -4497456 or 13655995. OLE color: 13655995.

HSL color Cylindrical-coordinate representation of color #BB5FD0: hue angle of 288.85º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5FD0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 95 208 -
CMYK 0.10 0.54 0 0.18
HSL 288.85º 0.55% 0.59% -
HSV(B) 288.85º 0.54% 0.82% -
XYZ 35.97 23.3 62.28 -
YUV 135.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 187 95 208 0.10 0.54 0 0.18 288.85 0.55 0.59
Hex BB 5F D0 A 36 0 12 121 37 3B
Octal 273 137 320 12 66 0 22 441 67 73
Binary 10111011 1011111 11010000 1010 110110 0 10010 100100001 110111 111011

Color Harmonies of #BB5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FD0

Black with #BB5FD0

Text Example


Text Example

White with #BB5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FD0; }

 p { color: rgb(187,95,208); }

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

background-color css

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

 a { background-color: rgb(187,95,208); }

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

border-color css

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

 span { border-color: rgb(187,95,208); }

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