Html Css Color HEX #B94FEE Medium Orchid

📋 copy color: '#B94FEE'

red 185 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #B94FEE

Tints of Medium Orchid #B94FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.74%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 36.85%
G = 15.74%
B = 47.41%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B94FEE (or 0xB94FEE) is known color: Medium Orchid. HEX triplet: B9, 4F and EE. RGB value is (185,79,238). Sum of RGB (Red+Green+Blue) = 185+79+238=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #B94FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FEE is #46B011. Grayscale: #808080. Windows color (decimal): -4632594 or 15617977. OLE color: 15617977.

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

Color convert

RGB 185 79 238 -
CMYK 0.22 0.67 0 0.07
HSL 280º 0.82% 0.62% -
HSV(B) 280º 0.67% 0.93% -
XYZ 38.24 22.08 83.14 -
YUV 128.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 185 79 238 0.22 0.67 0 0.07 280 0.82 0.62
Hex B9 4F EE 16 43 0 7 118 52 3E
Octal 271 117 356 26 103 0 7 430 122 76
Binary 10111001 1001111 11101110 10110 1000011 0 111 100011000 1010010 111110

Color Harmonies of #B94FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FEE

Black with #B94FEE

Text Example


Text Example

White with #B94FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FEE; }

 p { color: rgb(185,79,238); }

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

background-color css

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

 a { background-color: rgb(185,79,238); }

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

border-color css

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

 span { border-color: rgb(185,79,238); }

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