Html Css Color HEX #BB74DC Medium Orchid

📋 copy color: '#BB74DC'

red 187 ◦ green 116 ◦ blue 220

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

Shades of Medium Orchid #BB74DC

Tints of Medium Orchid #BB74DC

RGB

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

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

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

R = 35.76%
G = 22.18%
B = 42.07%

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

#BB74DC (or 0xBB74DC) is known color: Medium Orchid. HEX triplet: BB, 74 and DC. RGB value is (187,116,220). Sum of RGB (Red+Green+Blue) = 187+116+220=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74DC is #448B23. Grayscale: #949494. Windows color (decimal): -4492068 or 14447803. OLE color: 14447803.

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

Color convert

RGB 187 116 220 -
CMYK 0.15 0.47 0 0.14
HSL 280.96º 0.6% 0.66% -
HSV(B) 280.96º 0.47% 0.86% -
XYZ 39.66 28.22 71.07 -
YUV 149.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 187 116 220 0.15 0.47 0 0.14 280.96 0.6 0.66
Hex BB 74 DC F 2F 0 E 119 3C 42
Octal 273 164 334 17 57 0 16 431 74 102
Binary 10111011 1110100 11011100 1111 101111 0 1110 100011001 111100 1000010

Color Harmonies of #BB74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74DC

Black with #BB74DC

Text Example


Text Example

White with #BB74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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