Html Css Color HEX #BB75D9 Medium Orchid

📋 copy color: '#BB75D9'

red 187 ◦ green 117 ◦ blue 217

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

Shades of Medium Orchid #BB75D9

Tints of Medium Orchid #BB75D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 35.89%
G = 22.46%
B = 41.65%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB75D9 (or 0xBB75D9) is known color: Medium Orchid. HEX triplet: BB, 75 and D9. RGB value is (187,117,217). Sum of RGB (Red+Green+Blue) = 187+117+217=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB75D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75D9 is #448A26. Grayscale: #959595. Windows color (decimal): -4491815 or 14251451. OLE color: 14251451.

HSL color Cylindrical-coordinate representation of color #BB75D9: hue angle of 282º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB75D9 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 117 217 -
CMYK 0.14 0.46 0 0.15
HSL 282º 0.57% 0.65% -
HSV(B) 282º 0.46% 0.85% -
XYZ 39.38 28.3 69.03 -
YUV 149.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 187 117 217 0.14 0.46 0 0.15 282 0.57 0.65
Hex BB 75 D9 E 2E 0 F 11A 39 41
Octal 273 165 331 16 56 0 17 432 71 101
Binary 10111011 1110101 11011001 1110 101110 0 1111 100011010 111001 1000001

Color Harmonies of #BB75D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75D9

Black with #BB75D9

Text Example


Text Example

White with #BB75D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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