Html Css Color HEX #BB40CF Medium Orchid

📋 copy color: '#BB40CF'

red 187 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #BB40CF

Tints of Medium Orchid #BB40CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 40.83%
G = 13.97%
B = 45.2%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB40CF (or 0xBB40CF) is known color: Medium Orchid. HEX triplet: BB, 40 and CF. RGB value is (187,64,207). Sum of RGB (Red+Green+Blue) = 187+64+207=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40CF is #44BF30. Grayscale: #747474. Windows color (decimal): -4505393 or 13582523. OLE color: 13582523.

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

Color convert

RGB 187 64 207 -
CMYK 0.10 0.69 0 0.19
HSL 291.61º 0.6% 0.53% -
HSV(B) 291.61º 0.69% 0.81% -
XYZ 33.59 18.74 60.88 -
YUV 117.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 187 64 207 0.10 0.69 0 0.19 291.61 0.6 0.53
Hex BB 40 CF A 45 0 13 124 3C 35
Octal 273 100 317 12 105 0 23 444 74 65
Binary 10111011 1000000 11001111 1010 1000101 0 10011 100100100 111100 110101

Color Harmonies of #BB40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40CF

Black with #BB40CF

Text Example


Text Example

White with #BB40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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