Html Css Color HEX #BB43DF Medium Orchid

📋 copy color: '#BB43DF'

red 187 ◦ green 67 ◦ blue 223

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

Shades of Medium Orchid #BB43DF

Tints of Medium Orchid #BB43DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 39.2%
G = 14.05%
B = 46.75%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB43DF (or 0xBB43DF) is known color: Medium Orchid. HEX triplet: BB, 43 and DF. RGB value is (187,67,223). Sum of RGB (Red+Green+Blue) = 187+67+223=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43DF is #44BC20. Grayscale: #787878. Windows color (decimal): -4504609 or 14631867. OLE color: 14631867.

HSL color Cylindrical-coordinate representation of color #BB43DF: hue angle of 286.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB43DF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 67 223 -
CMYK 0.16 0.70 0 0.13
HSL 286.15º 0.71% 0.57% -
HSV(B) 286.15º 0.7% 0.87% -
XYZ 35.82 19.91 71.77 -
YUV 120.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 187 67 223 0.16 0.70 0 0.13 286.15 0.71 0.57
Hex BB 43 DF 10 46 0 D 11E 47 39
Octal 273 103 337 20 106 0 15 436 107 71
Binary 10111011 1000011 11011111 10000 1000110 0 1101 100011110 1000111 111001

Color Harmonies of #BB43DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43DF

Black with #BB43DF

Text Example


Text Example

White with #BB43DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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