Html Css Color HEX #BB40D0 Medium Orchid

📋 copy color: '#BB40D0'

red 187 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #BB40D0

Tints of Medium Orchid #BB40D0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 40.74%
G = 13.94%
B = 45.32%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB40D0 (or 0xBB40D0) is known color: Medium Orchid. HEX triplet: BB, 40 and D0. RGB value is (187,64,208). Sum of RGB (Red+Green+Blue) = 187+64+208=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40D0 is #44BF2F. Grayscale: #747474. Windows color (decimal): -4505392 or 13648059. OLE color: 13648059.

HSL color Cylindrical-coordinate representation of color #BB40D0: hue angle of 291.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB40D0 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 64 208 -
CMYK 0.10 0.69 0 0.18
HSL 291.25º 0.61% 0.53% -
HSV(B) 291.25º 0.69% 0.82% -
XYZ 33.71 18.79 61.52 -
YUV 117.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 187 64 208 0.10 0.69 0 0.18 291.25 0.61 0.53
Hex BB 40 D0 A 45 0 12 123 3D 35
Octal 273 100 320 12 105 0 22 443 75 65
Binary 10111011 1000000 11010000 1010 1000101 0 10010 100100011 111101 110101

Color Harmonies of #BB40D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40D0

Black with #BB40D0

Text Example


Text Example

White with #BB40D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40D0; }

 p { color: rgb(187,64,208); }

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

background-color css

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

 a { background-color: rgb(187,64,208); }

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

border-color css

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

 span { border-color: rgb(187,64,208); }

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