Html Css Color HEX #BB43D9 Medium Orchid

📋 copy color: '#BB43D9'

red 187 ◦ green 67 ◦ blue 217

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

Shades of Medium Orchid #BB43D9

Tints of Medium Orchid #BB43D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 39.7%
G = 14.23%
B = 46.07%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB43D9 (or 0xBB43D9) is known color: Medium Orchid. HEX triplet: BB, 43 and D9. RGB value is (187,67,217). Sum of RGB (Red+Green+Blue) = 187+67+217=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB43D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43D9 is #44BC26. Grayscale: #777777. Windows color (decimal): -4504615 or 14238651. OLE color: 14238651.

HSL color Cylindrical-coordinate representation of color #BB43D9: hue angle of 288º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB43D9 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 67 217 -
CMYK 0.14 0.69 0 0.15
HSL 288º 0.66% 0.56% -
HSV(B) 288º 0.69% 0.85% -
XYZ 35.03 19.59 67.58 -
YUV 119.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 187 67 217 0.14 0.69 0 0.15 288 0.66 0.56
Hex BB 43 D9 E 45 0 F 120 42 38
Octal 273 103 331 16 105 0 17 440 102 70
Binary 10111011 1000011 11011001 1110 1000101 0 1111 100100000 1000010 111000

Color Harmonies of #BB43D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43D9

Black with #BB43D9

Text Example


Text Example

White with #BB43D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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