Html Css Color HEX #BB74DB Medium Orchid

📋 copy color: '#BB74DB'

red 187 ◦ green 116 ◦ blue 219

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

Shades of Medium Orchid #BB74DB

Tints of Medium Orchid #BB74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.22%

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

R = 35.82%
G = 22.22%
B = 41.95%

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

#BB74DB (or 0xBB74DB) is known color: Medium Orchid. HEX triplet: BB, 74 and DB. RGB value is (187,116,219). Sum of RGB (Red+Green+Blue) = 187+116+219=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74DB is #448B24. Grayscale: #949494. Windows color (decimal): -4492069 or 14382267. OLE color: 14382267.

HSL color Cylindrical-coordinate representation of color #BB74DB: hue angle of 281.36º 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 #BB74DB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 116 219 -
CMYK 0.15 0.47 0 0.14
HSL 281.36º 0.59% 0.66% -
HSV(B) 281.36º 0.47% 0.86% -
XYZ 39.53 28.17 70.37 -
YUV 148.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 187 116 219 0.15 0.47 0 0.14 281.36 0.59 0.66
Hex BB 74 DB F 2F 0 E 119 3B 42
Octal 273 164 333 17 57 0 16 431 73 102
Binary 10111011 1110100 11011011 1111 101111 0 1110 100011001 111011 1000010

Color Harmonies of #BB74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74DB

Black with #BB74DB

Text Example


Text Example

White with #BB74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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