Html Css Color HEX #BB40CA Medium Orchid

📋 copy color: '#BB40CA'

red 187 ◦ green 64 ◦ blue 202

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

Shades of Medium Orchid #BB40CA

Tints of Medium Orchid #BB40CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 41.28%
G = 14.13%
B = 44.59%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB40CA (or 0xBB40CA) is known color: Medium Orchid. HEX triplet: BB, 40 and CA. RGB value is (187,64,202). Sum of RGB (Red+Green+Blue) = 187+64+202=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40CA is #44BF35. Grayscale: #747474. Windows color (decimal): -4505398 or 13254843. OLE color: 13254843.

HSL color Cylindrical-coordinate representation of color #BB40CA: hue angle of 293.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB40CA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 64 202 -
CMYK 0.07 0.68 0 0.21
HSL 293.48º 0.57% 0.52% -
HSV(B) 293.48º 0.68% 0.79% -
XYZ 32.99 18.5 57.71 -
YUV 116.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 187 64 202 0.07 0.68 0 0.21 293.48 0.57 0.52
Hex BB 40 CA 7 44 0 15 125 39 34
Octal 273 100 312 7 104 0 25 445 71 64
Binary 10111011 1000000 11001010 111 1000100 0 10101 100100101 111001 110100

Color Harmonies of #BB40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40CA

Black with #BB40CA

Text Example


Text Example

White with #BB40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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