Html Css Color HEX #BB75DD Medium Orchid

📋 copy color: '#BB75DD'

red 187 ◦ green 117 ◦ blue 221

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

Shades of Medium Orchid #BB75DD

Tints of Medium Orchid #BB75DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 35.62%
G = 22.29%
B = 42.1%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB75DD (or 0xBB75DD) is known color: Medium Orchid. HEX triplet: BB, 75 and DD. RGB value is (187,117,221). Sum of RGB (Red+Green+Blue) = 187+117+221=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75DD is #448A22. Grayscale: #959595. Windows color (decimal): -4491811 or 14513595. OLE color: 14513595.

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

Color convert

RGB 187 117 221 -
CMYK 0.15 0.47 0 0.13
HSL 280.38º 0.6% 0.66% -
HSV(B) 280.38º 0.47% 0.87% -
XYZ 39.91 28.51 71.81 -
YUV 149.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 187 117 221 0.15 0.47 0 0.13 280.38 0.6 0.66
Hex BB 75 DD F 2F 0 D 118 3C 42
Octal 273 165 335 17 57 0 15 430 74 102
Binary 10111011 1110101 11011101 1111 101111 0 1101 100011000 111100 1000010

Color Harmonies of #BB75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75DD

Black with #BB75DD

Text Example


Text Example

White with #BB75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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