Html Css Color HEX #B943D7 Medium Orchid

📋 copy color: '#B943D7'

red 185 ◦ green 67 ◦ blue 215

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

Shades of Medium Orchid #B943D7

Tints of Medium Orchid #B943D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 39.61%
G = 14.35%
B = 46.04%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B943D7 (or 0xB943D7) is known color: Medium Orchid. HEX triplet: B9, 43 and D7. RGB value is (185,67,215). Sum of RGB (Red+Green+Blue) = 185+67+215=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #B943D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943D7 is #46BC28. Grayscale: #767676. Windows color (decimal): -4635689 or 14107577. OLE color: 14107577.

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

Color convert

RGB 185 67 215 -
CMYK 0.14 0.69 0 0.16
HSL 287.84º 0.65% 0.55% -
HSV(B) 287.84º 0.69% 0.84% -
XYZ 34.28 19.23 66.2 -
YUV 119.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 185 67 215 0.14 0.69 0 0.16 287.84 0.65 0.55
Hex B9 43 D7 E 45 0 10 120 41 37
Octal 271 103 327 16 105 0 20 440 101 67
Binary 10111001 1000011 11010111 1110 1000101 0 10000 100100000 1000001 110111

Color Harmonies of #B943D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943D7

Black with #B943D7

Text Example


Text Example

White with #B943D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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