Html Css Color HEX #B94CED Medium Orchid

📋 copy color: '#B94CED'

red 185 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #B94CED

Tints of Medium Orchid #B94CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

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

R = 37.15%
G = 15.26%
B = 47.59%

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

#B94CED (or 0xB94CED) is known color: Medium Orchid. HEX triplet: B9, 4C and ED. RGB value is (185,76,237). Sum of RGB (Red+Green+Blue) = 185+76+237=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B94CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CED is #46B312. Grayscale: #7E7E7E. Windows color (decimal): -4633363 or 15551673. OLE color: 15551673.

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

Color convert

RGB 185 76 237 -
CMYK 0.22 0.68 0 0.07
HSL 280.62º 0.82% 0.61% -
HSV(B) 280.62º 0.68% 0.93% -
XYZ 37.88 21.6 82.29 -
YUV 126.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 185 76 237 0.22 0.68 0 0.07 280.62 0.82 0.61
Hex B9 4C ED 16 44 0 7 119 52 3D
Octal 271 114 355 26 104 0 7 431 122 75
Binary 10111001 1001100 11101101 10110 1000100 0 111 100011001 1010010 111101

Color Harmonies of #B94CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CED

Black with #B94CED

Text Example


Text Example

White with #B94CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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