Html Css Color HEX #BB39CB Medium Orchid

📋 copy color: '#BB39CB'

red 187 ◦ green 57 ◦ blue 203

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

Shades of Medium Orchid #BB39CB

Tints of Medium Orchid #BB39CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.75%

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

R = 41.83%
G = 12.75%
B = 45.41%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB39CB (or 0xBB39CB) is known color: Medium Orchid. HEX triplet: BB, 39 and CB. RGB value is (187,57,203). Sum of RGB (Red+Green+Blue) = 187+57+203=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB39CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39CB is #44C634. Grayscale: #707070. Windows color (decimal): -4507189 or 13318587. OLE color: 13318587.

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

Color convert

RGB 187 57 203 -
CMYK 0.08 0.72 0 0.20
HSL 293.42º 0.58% 0.51% -
HSV(B) 293.42º 0.72% 0.8% -
XYZ 32.74 17.8 58.21 -
YUV 112.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 187 57 203 0.08 0.72 0 0.20 293.42 0.58 0.51
Hex BB 39 CB 8 48 0 14 125 3A 33
Octal 273 71 313 10 110 0 24 445 72 63
Binary 10111011 111001 11001011 1000 1001000 0 10100 100100101 111010 110011

Color Harmonies of #BB39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39CB

Black with #BB39CB

Text Example


Text Example

White with #BB39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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