Html Css Color HEX #BB75DC Medium Orchid

📋 copy color: '#BB75DC'

red 187 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #BB75DC

Tints of Medium Orchid #BB75DC

RGB

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

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

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

R = 35.69%
G = 22.33%
B = 41.98%

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

#BB75DC (or 0xBB75DC) is known color: Medium Orchid. HEX triplet: BB, 75 and DC. RGB value is (187,117,220). Sum of RGB (Red+Green+Blue) = 187+117+220=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75DC is #448A23. Grayscale: #959595. Windows color (decimal): -4491812 or 14448059. OLE color: 14448059.

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

Color convert

RGB 187 117 220 -
CMYK 0.15 0.47 0 0.14
HSL 280.78º 0.6% 0.66% -
HSV(B) 280.78º 0.47% 0.86% -
XYZ 39.77 28.45 71.11 -
YUV 149.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 187 117 220 0.15 0.47 0 0.14 280.78 0.6 0.66
Hex BB 75 DC F 2F 0 E 119 3C 42
Octal 273 165 334 17 57 0 16 431 74 102
Binary 10111011 1110101 11011100 1111 101111 0 1110 100011001 111100 1000010

Color Harmonies of #BB75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75DC

Black with #BB75DC

Text Example


Text Example

White with #BB75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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