Html Css Color HEX #BB43DC Medium Orchid

📋 copy color: '#BB43DC'

red 187 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #BB43DC

Tints of Medium Orchid #BB43DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 39.45%
G = 14.14%
B = 46.41%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB43DC (or 0xBB43DC) is known color: Medium Orchid. HEX triplet: BB, 43 and DC. RGB value is (187,67,220). Sum of RGB (Red+Green+Blue) = 187+67+220=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43DC is #44BC23. Grayscale: #777777. Windows color (decimal): -4504612 or 14435259. OLE color: 14435259.

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

Color convert

RGB 187 67 220 -
CMYK 0.15 0.70 0 0.14
HSL 287.06º 0.69% 0.56% -
HSV(B) 287.06º 0.7% 0.86% -
XYZ 35.42 19.75 69.65 -
YUV 120.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 187 67 220 0.15 0.70 0 0.14 287.06 0.69 0.56
Hex BB 43 DC F 46 0 E 11F 45 38
Octal 273 103 334 17 106 0 16 437 105 70
Binary 10111011 1000011 11011100 1111 1000110 0 1110 100011111 1000101 111000

Color Harmonies of #BB43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43DC

Black with #BB43DC

Text Example


Text Example

White with #BB43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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