Html Css Color HEX #BB41CB Medium Orchid

📋 copy color: '#BB41CB'

red 187 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #BB41CB

Tints of Medium Orchid #BB41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.29%

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 41.1%
G = 14.29%
B = 44.62%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB41CB (or 0xBB41CB) is known color: Medium Orchid. HEX triplet: BB, 41 and CB. RGB value is (187,65,203). Sum of RGB (Red+Green+Blue) = 187+65+203=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB41CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41CB is #44BE34. Grayscale: #747474. Windows color (decimal): -4505141 or 13320635. OLE color: 13320635.

HSL color Cylindrical-coordinate representation of color #BB41CB: hue angle of 293.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB41CB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 65 203 -
CMYK 0.08 0.68 0 0.20
HSL 293.04º 0.57% 0.53% -
HSV(B) 293.04º 0.68% 0.8% -
XYZ 33.16 18.66 58.35 -
YUV 117.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 187 65 203 0.08 0.68 0 0.20 293.04 0.57 0.53
Hex BB 41 CB 8 44 0 14 125 39 35
Octal 273 101 313 10 104 0 24 445 71 65
Binary 10111011 1000001 11001011 1000 1000100 0 10100 100100101 111001 110101

Color Harmonies of #BB41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41CB

Black with #BB41CB

Text Example


Text Example

White with #BB41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41CB; }

 p { color: rgb(187,65,203); }

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

background-color css

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

 a { background-color: rgb(187,65,203); }

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

border-color css

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

 span { border-color: rgb(187,65,203); }

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