Html Css Color HEX #B94AEE Medium Orchid

📋 copy color: '#B94AEE'

red 185 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #B94AEE

Tints of Medium Orchid #B94AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.89%

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

R = 37.22%
G = 14.89%
B = 47.89%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B94AEE (or 0xB94AEE) is known color: Medium Orchid. HEX triplet: B9, 4A and EE. RGB value is (185,74,238). Sum of RGB (Red+Green+Blue) = 185+74+238=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #B94AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AEE is #46B511. Grayscale: #7D7D7D. Windows color (decimal): -4633874 or 15616697. OLE color: 15616697.

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

Color convert

RGB 185 74 238 -
CMYK 0.22 0.69 0 0.07
HSL 280.61º 0.83% 0.61% -
HSV(B) 280.61º 0.69% 0.93% -
XYZ 37.89 21.38 83.02 -
YUV 125.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 185 74 238 0.22 0.69 0 0.07 280.61 0.83 0.61
Hex B9 4A EE 16 45 0 7 119 53 3D
Octal 271 112 356 26 105 0 7 431 123 75
Binary 10111001 1001010 11101110 10110 1000101 0 111 100011001 1010011 111101

Color Harmonies of #B94AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AEE

Black with #B94AEE

Text Example


Text Example

White with #B94AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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