Html Css Color HEX #B943DB Medium Orchid

📋 copy color: '#B943DB'

red 185 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #B943DB

Tints of Medium Orchid #B943DB

RGB

 RED value IS 185 (72.66% from 255) = 39.28%

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 39.28%
G = 14.23%
B = 46.5%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B943DB (or 0xB943DB) is known color: Medium Orchid. HEX triplet: B9, 43 and DB. RGB value is (185,67,219). Sum of RGB (Red+Green+Blue) = 185+67+219=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B943DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943DB is #46BC24. Grayscale: #777777. Windows color (decimal): -4635685 or 14369721. OLE color: 14369721.

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

Color convert

RGB 185 67 219 -
CMYK 0.16 0.69 0 0.14
HSL 286.58º 0.68% 0.56% -
HSV(B) 286.58º 0.69% 0.86% -
XYZ 34.8 19.44 68.94 -
YUV 119.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 185 67 219 0.16 0.69 0 0.14 286.58 0.68 0.56
Hex B9 43 DB 10 45 0 E 11F 44 38
Octal 271 103 333 20 105 0 16 437 104 70
Binary 10111001 1000011 11011011 10000 1000101 0 1110 100011111 1000100 111000

Color Harmonies of #B943DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943DB

Black with #B943DB

Text Example


Text Example

White with #B943DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943DB; }

 p { color: rgb(185,67,219); }

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

background-color css

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

 a { background-color: rgb(185,67,219); }

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

border-color css

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

 span { border-color: rgb(185,67,219); }

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