Html Css Color HEX #BB75DB Medium Orchid

📋 copy color: '#BB75DB'

red 187 ◦ green 117 ◦ blue 219

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

Shades of Medium Orchid #BB75DB

Tints of Medium Orchid #BB75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.37%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 35.76%
G = 22.37%
B = 41.87%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB75DB (or 0xBB75DB) is known color: Medium Orchid. HEX triplet: BB, 75 and DB. RGB value is (187,117,219). Sum of RGB (Red+Green+Blue) = 187+117+219=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75DB is #448A24. Grayscale: #959595. Windows color (decimal): -4491813 or 14382523. OLE color: 14382523.

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

Color convert

RGB 187 117 219 -
CMYK 0.15 0.47 0 0.14
HSL 281.18º 0.59% 0.66% -
HSV(B) 281.18º 0.47% 0.86% -
XYZ 39.64 28.4 70.41 -
YUV 149.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 187 117 219 0.15 0.47 0 0.14 281.18 0.59 0.66
Hex BB 75 DB F 2F 0 E 119 3B 42
Octal 273 165 333 17 57 0 16 431 73 102
Binary 10111011 1110101 11011011 1111 101111 0 1110 100011001 111011 1000010

Color Harmonies of #BB75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75DB

Black with #BB75DB

Text Example


Text Example

White with #BB75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75DB; }

 p { color: rgb(187,117,219); }

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

background-color css

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

 a { background-color: rgb(187,117,219); }

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

border-color css

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

 span { border-color: rgb(187,117,219); }

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