Html Css Color HEX #B943ED Medium Orchid

📋 copy color: '#B943ED'

red 185 ◦ green 67 ◦ blue 237

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

Shades of Medium Orchid #B943ED

Tints of Medium Orchid #B943ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 37.83%
G = 13.7%
B = 48.47%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B943ED (or 0xB943ED) is known color: Medium Orchid. HEX triplet: B9, 43 and ED. RGB value is (185,67,237). Sum of RGB (Red+Green+Blue) = 185+67+237=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B943ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943ED is #46BC12. Grayscale: #797979. Windows color (decimal): -4635667 or 15549369. OLE color: 15549369.

HSL color Cylindrical-coordinate representation of color #B943ED: hue angle of 281.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B943ED is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 67 237 -
CMYK 0.22 0.72 0 0.07
HSL 281.65º 0.83% 0.6% -
HSV(B) 281.65º 0.72% 0.93% -
XYZ 37.3 20.44 82.1 -
YUV 121.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 185 67 237 0.22 0.72 0 0.07 281.65 0.83 0.6
Hex B9 43 ED 16 48 0 7 11A 53 3C
Octal 271 103 355 26 110 0 7 432 123 74
Binary 10111001 1000011 11101101 10110 1001000 0 111 100011010 1010011 111100

Color Harmonies of #B943ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943ED

Black with #B943ED

Text Example


Text Example

White with #B943ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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