Html Css Color HEX #B94BED Medium Orchid

📋 copy color: '#B94BED'

red 185 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #B94BED

Tints of Medium Orchid #B94BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.09%

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

R = 37.22%
G = 15.09%
B = 47.69%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B94BED (or 0xB94BED) is known color: Medium Orchid. HEX triplet: B9, 4B and ED. RGB value is (185,75,237). Sum of RGB (Red+Green+Blue) = 185+75+237=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #B94BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BED is #46B412. Grayscale: #7D7D7D. Windows color (decimal): -4633619 or 15551417. OLE color: 15551417.

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

Color convert

RGB 185 75 237 -
CMYK 0.22 0.68 0 0.07
HSL 280.74º 0.82% 0.61% -
HSV(B) 280.74º 0.68% 0.93% -
XYZ 37.81 21.46 82.27 -
YUV 126.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 185 75 237 0.22 0.68 0 0.07 280.74 0.82 0.61
Hex B9 4B ED 16 44 0 7 119 52 3D
Octal 271 113 355 26 104 0 7 431 122 75
Binary 10111001 1001011 11101101 10110 1000100 0 111 100011001 1010010 111101

Color Harmonies of #B94BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BED

Black with #B94BED

Text Example


Text Example

White with #B94BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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