Html Css Color HEX #BB43DD Medium Orchid

📋 copy color: '#BB43DD'

red 187 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #BB43DD

Tints of Medium Orchid #BB43DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 39.37%
G = 14.11%
B = 46.53%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB43DD (or 0xBB43DD) is known color: Medium Orchid. HEX triplet: BB, 43 and DD. RGB value is (187,67,221). Sum of RGB (Red+Green+Blue) = 187+67+221=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43DD is #44BC22. Grayscale: #777777. Windows color (decimal): -4504611 or 14500795. OLE color: 14500795.

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

Color convert

RGB 187 67 221 -
CMYK 0.15 0.70 0 0.13
HSL 286.75º 0.69% 0.56% -
HSV(B) 286.75º 0.7% 0.87% -
XYZ 35.55 19.8 70.35 -
YUV 120.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 187 67 221 0.15 0.70 0 0.13 286.75 0.69 0.56
Hex BB 43 DD F 46 0 D 11F 45 38
Octal 273 103 335 17 106 0 15 437 105 70
Binary 10111011 1000011 11011101 1111 1000110 0 1101 100011111 1000101 111000

Color Harmonies of #BB43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43DD

Black with #BB43DD

Text Example


Text Example

White with #BB43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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