Html Css Color HEX #B94ECF Medium Orchid

📋 copy color: '#B94ECF'

red 185 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #B94ECF

Tints of Medium Orchid #B94ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.6%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 39.36%
G = 16.6%
B = 44.04%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B94ECF (or 0xB94ECF) is known color: Medium Orchid. HEX triplet: B9, 4E and CF. RGB value is (185,78,207). Sum of RGB (Red+Green+Blue) = 185+78+207=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B94ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94ECF is #46B130. Grayscale: #7C7C7C. Windows color (decimal): -4632881 or 13586105. OLE color: 13586105.

HSL color Cylindrical-coordinate representation of color #B94ECF: hue angle of 289.77º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94ECF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 78 207 -
CMYK 0.11 0.62 0 0.19
HSL 289.77º 0.57% 0.56% -
HSV(B) 289.77º 0.62% 0.81% -
XYZ 33.99 20.27 61.15 -
YUV 124.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 185 78 207 0.11 0.62 0 0.19 289.77 0.57 0.56
Hex B9 4E CF B 3E 0 13 122 39 38
Octal 271 116 317 13 76 0 23 442 71 70
Binary 10111001 1001110 11001111 1011 111110 0 10011 100100010 111001 111000

Color Harmonies of #B94ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ECF

Black with #B94ECF

Text Example


Text Example

White with #B94ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ECF; }

 p { color: rgb(185,78,207); }

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

background-color css

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

 a { background-color: rgb(185,78,207); }

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

border-color css

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

 span { border-color: rgb(185,78,207); }

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