Html Css Color HEX #BB75DA Medium Orchid

📋 copy color: '#BB75DA'

red 187 ◦ green 117 ◦ blue 218

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

Shades of Medium Orchid #BB75DA

Tints of Medium Orchid #BB75DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 35.82%
G = 22.41%
B = 41.76%

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

#BB75DA (or 0xBB75DA) is known color: Medium Orchid. HEX triplet: BB, 75 and DA. RGB value is (187,117,218). Sum of RGB (Red+Green+Blue) = 187+117+218=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75DA is #448A25. Grayscale: #959595. Windows color (decimal): -4491814 or 14316987. OLE color: 14316987.

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

Color convert

RGB 187 117 218 -
CMYK 0.14 0.46 0 0.15
HSL 281.58º 0.58% 0.66% -
HSV(B) 281.58º 0.46% 0.85% -
XYZ 39.51 28.35 69.72 -
YUV 149.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 187 117 218 0.14 0.46 0 0.15 281.58 0.58 0.66
Hex BB 75 DA E 2E 0 F 11A 3A 42
Octal 273 165 332 16 56 0 17 432 72 102
Binary 10111011 1110101 11011010 1110 101110 0 1111 100011010 111010 1000010

Color Harmonies of #BB75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75DA

Black with #BB75DA

Text Example


Text Example

White with #BB75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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