Html Css Color HEX #B934E3 Medium Orchid

📋 copy color: '#B934E3'

red 185 ◦ green 52 ◦ blue 227

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

Shades of Medium Orchid #B934E3

Tints of Medium Orchid #B934E3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.21%

 BLUE value IS 227 (89.06% from 255) = 48.92%

R = 39.87%
G = 11.21%
B = 48.92%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B934E3 (or 0xB934E3) is known color: Medium Orchid. HEX triplet: B9, 34 and E3. RGB value is (185,52,227). Sum of RGB (Red+Green+Blue) = 185+52+227=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #B934E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934E3 is #46CB1C. Grayscale: #6F6F6F. Windows color (decimal): -4639517 or 14890169. OLE color: 14890169.

HSL color Cylindrical-coordinate representation of color #B934E3: hue angle of 285.6º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B934E3 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 52 227 -
CMYK 0.19 0.77 0 0.11
HSL 285.6º 0.76% 0.55% -
HSV(B) 285.6º 0.77% 0.89% -
XYZ 35.1 18.32 74.36 -
YUV 111.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 185 52 227 0.19 0.77 0 0.11 285.6 0.76 0.55
Hex B9 34 E3 13 4D 0 B 11E 4C 37
Octal 271 64 343 23 115 0 13 436 114 67
Binary 10111001 110100 11100011 10011 1001101 0 1011 100011110 1001100 110111

Color Harmonies of #B934E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934E3

Black with #B934E3

Text Example


Text Example

White with #B934E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934E3; }

 p { color: rgb(185,52,227); }

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

background-color css

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

 a { background-color: rgb(185,52,227); }

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

border-color css

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

 span { border-color: rgb(185,52,227); }

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