Html Css Color HEX #B943EF Medium Orchid

📋 copy color: '#B943EF'

red 185 ◦ green 67 ◦ blue 239

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

Shades of Medium Orchid #B943EF

Tints of Medium Orchid #B943EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 37.68%
G = 13.65%
B = 48.68%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B943EF (or 0xB943EF) is known color: Medium Orchid. HEX triplet: B9, 43 and EF. RGB value is (185,67,239). Sum of RGB (Red+Green+Blue) = 185+67+239=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #B943EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943EF is #46BC10. Grayscale: #797979. Windows color (decimal): -4635665 or 15680441. OLE color: 15680441.

HSL color Cylindrical-coordinate representation of color #B943EF: hue angle of 281.16º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B943EF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 67 239 -
CMYK 0.23 0.72 0 0.06
HSL 281.16º 0.84% 0.6% -
HSV(B) 281.16º 0.72% 0.94% -
XYZ 37.59 20.56 83.65 -
YUV 121.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 185 67 239 0.23 0.72 0 0.06 281.16 0.84 0.6
Hex B9 43 EF 17 48 0 6 119 54 3C
Octal 271 103 357 27 110 0 6 431 124 74
Binary 10111001 1000011 11101111 10111 1001000 0 110 100011001 1010100 111100

Color Harmonies of #B943EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943EF

Black with #B943EF

Text Example


Text Example

White with #B943EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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