Html Css Color HEX #B94FEA Medium Orchid

📋 copy color: '#B94FEA'

red 185 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #B94FEA

Tints of Medium Orchid #B94FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 37.15%
G = 15.86%
B = 46.99%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B94FEA (or 0xB94FEA) is known color: Medium Orchid. HEX triplet: B9, 4F and EA. RGB value is (185,79,234). Sum of RGB (Red+Green+Blue) = 185+79+234=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #B94FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FEA is #46B015. Grayscale: #7F7F7F. Windows color (decimal): -4632598 or 15355833. OLE color: 15355833.

HSL color Cylindrical-coordinate representation of color #B94FEA: hue angle of 281.03º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94FEA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 79 234 -
CMYK 0.21 0.66 0 0.08
HSL 281.03º 0.79% 0.61% -
HSV(B) 281.03º 0.66% 0.92% -
XYZ 37.65 21.85 80.07 -
YUV 128.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 185 79 234 0.21 0.66 0 0.08 281.03 0.79 0.61
Hex B9 4F EA 15 42 0 8 119 4F 3D
Octal 271 117 352 25 102 0 10 431 117 75
Binary 10111001 1001111 11101010 10101 1000010 0 1000 100011001 1001111 111101

Color Harmonies of #B94FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FEA

Black with #B94FEA

Text Example


Text Example

White with #B94FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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