Html Css Color HEX #BB43CC Medium Orchid

📋 copy color: '#BB43CC'

red 187 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #BB43CC

Tints of Medium Orchid #BB43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.63%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 40.83%
G = 14.63%
B = 44.54%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB43CC (or 0xBB43CC) is known color: Medium Orchid. HEX triplet: BB, 43 and CC. RGB value is (187,67,204). Sum of RGB (Red+Green+Blue) = 187+67+204=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43CC is #44BC33. Grayscale: #767676. Windows color (decimal): -4504628 or 13386683. OLE color: 13386683.

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

Color convert

RGB 187 67 204 -
CMYK 0.08 0.67 0 0.2
HSL 292.55º 0.57% 0.53% -
HSV(B) 292.55º 0.67% 0.8% -
XYZ 33.4 18.94 59.02 -
YUV 118.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 187 67 204 0.08 0.67 0 0.2 292.55 0.57 0.53
Hex BB 43 CC 8 43 0 14 125 39 35
Octal 273 103 314 10 103 0 24 445 71 65
Binary 10111011 1000011 11001100 1000 1000011 0 10100 100100101 111001 110101

Color Harmonies of #BB43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43CC

Black with #BB43CC

Text Example


Text Example

White with #BB43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43CC; }

 p { color: rgb(187,67,204); }

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

background-color css

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

 a { background-color: rgb(187,67,204); }

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

border-color css

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

 span { border-color: rgb(187,67,204); }

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