Html Css Color HEX #B94EED Medium Orchid

📋 copy color: '#B94EED'

red 185 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #B94EED

Tints of Medium Orchid #B94EED

RGB

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

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

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

R = 37%
G = 15.6%
B = 47.4%

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

#B94EED (or 0xB94EED) is known color: Medium Orchid. HEX triplet: B9, 4E and ED. RGB value is (185,78,237). Sum of RGB (Red+Green+Blue) = 185+78+237=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B94EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EED is #46B112. Grayscale: #7F7F7F. Windows color (decimal): -4632851 or 15552185. OLE color: 15552185.

HSL color Cylindrical-coordinate representation of color #B94EED: hue angle of 280.38º 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 #B94EED is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 78 237 -
CMYK 0.22 0.67 0 0.07
HSL 280.38º 0.82% 0.62% -
HSV(B) 280.38º 0.67% 0.93% -
XYZ 38.02 21.88 82.34 -
YUV 128.12 189.45 168.57 -
System Red Green Blue C M Y K H S L
Decimal 185 78 237 0.22 0.67 0 0.07 280.38 0.82 0.62
Hex B9 4E ED 16 43 0 7 118 52 3E
Octal 271 116 355 26 103 0 7 430 122 76
Binary 10111001 1001110 11101101 10110 1000011 0 111 100011000 1010010 111110

Color Harmonies of #B94EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EED

Black with #B94EED

Text Example


Text Example

White with #B94EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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