Html Css Color HEX #BB75D3 Medium Orchid

📋 copy color: '#BB75D3'

red 187 ◦ green 117 ◦ blue 211

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

Shades of Medium Orchid #BB75D3

Tints of Medium Orchid #BB75D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.97%

R = 36.31%
G = 22.72%
B = 40.97%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB75D3 (or 0xBB75D3) is known color: Medium Orchid. HEX triplet: BB, 75 and D3. RGB value is (187,117,211). Sum of RGB (Red+Green+Blue) = 187+117+211=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB75D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75D3 is #448A2C. Grayscale: #949494. Windows color (decimal): -4491821 or 13858235. OLE color: 13858235.

HSL color Cylindrical-coordinate representation of color #BB75D3: hue angle of 284.68º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB75D3 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 117 211 -
CMYK 0.11 0.45 0 0.17
HSL 284.68º 0.52% 0.64% -
HSV(B) 284.68º 0.45% 0.83% -
XYZ 38.61 27.99 65 -
YUV 148.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 187 117 211 0.11 0.45 0 0.17 284.68 0.52 0.64
Hex BB 75 D3 B 2D 0 11 11D 34 40
Octal 273 165 323 13 55 0 21 435 64 100
Binary 10111011 1110101 11010011 1011 101101 0 10001 100011101 110100 1000000

Color Harmonies of #BB75D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75D3

Black with #BB75D3

Text Example


Text Example

White with #BB75D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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