Html Css Color HEX #B934E6 Medium Orchid

📋 copy color: '#B934E6'

red 185 ◦ green 52 ◦ blue 230

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

Shades of Medium Orchid #B934E6

Tints of Medium Orchid #B934E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.25%

R = 39.61%
G = 11.13%
B = 49.25%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B934E6 (or 0xB934E6) is known color: Medium Orchid. HEX triplet: B9, 34 and E6. RGB value is (185,52,230). Sum of RGB (Red+Green+Blue) = 185+52+230=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #B934E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934E6 is #46CB19. Grayscale: #6F6F6F. Windows color (decimal): -4639514 or 15086777. OLE color: 15086777.

HSL color Cylindrical-coordinate representation of color #B934E6: hue angle of 284.83º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B934E6 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 52 230 -
CMYK 0.20 0.77 0 0.10
HSL 284.83º 0.78% 0.55% -
HSV(B) 284.83º 0.77% 0.9% -
XYZ 35.52 18.48 76.56 -
YUV 112.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 185 52 230 0.20 0.77 0 0.10 284.83 0.78 0.55
Hex B9 34 E6 14 4D 0 A 11D 4E 37
Octal 271 64 346 24 115 0 12 435 116 67
Binary 10111001 110100 11100110 10100 1001101 0 1010 100011101 1001110 110111

Color Harmonies of #B934E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934E6

Black with #B934E6

Text Example


Text Example

White with #B934E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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