Html Css Color HEX #B943CE Medium Orchid

📋 copy color: '#B943CE'

red 185 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #B943CE

Tints of Medium Orchid #B943CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 40.39%
G = 14.63%
B = 44.98%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B943CE (or 0xB943CE) is known color: Medium Orchid. HEX triplet: B9, 43 and CE. RGB value is (185,67,206). Sum of RGB (Red+Green+Blue) = 185+67+206=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #B943CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943CE is #46BC31. Grayscale: #757575. Windows color (decimal): -4635698 or 13517753. OLE color: 13517753.

HSL color Cylindrical-coordinate representation of color #B943CE: hue angle of 290.94º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B943CE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 67 206 -
CMYK 0.10 0.67 0 0.19
HSL 290.94º 0.59% 0.54% -
HSV(B) 290.94º 0.67% 0.81% -
XYZ 33.16 18.78 60.27 -
YUV 118.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 185 67 206 0.10 0.67 0 0.19 290.94 0.59 0.54
Hex B9 43 CE A 43 0 13 123 3B 36
Octal 271 103 316 12 103 0 23 443 73 66
Binary 10111001 1000011 11001110 1010 1000011 0 10011 100100011 111011 110110

Color Harmonies of #B943CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943CE

Black with #B943CE

Text Example


Text Example

White with #B943CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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