Html Css Color HEX #B934EB Medium Orchid

📋 copy color: '#B934EB'

red 185 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #B934EB

Tints of Medium Orchid #B934EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 39.19%
G = 11.02%
B = 49.79%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B934EB (or 0xB934EB) is known color: Medium Orchid. HEX triplet: B9, 34 and EB. RGB value is (185,52,235). Sum of RGB (Red+Green+Blue) = 185+52+235=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #B934EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934EB is #46CB14. Grayscale: #707070. Windows color (decimal): -4639509 or 15414457. OLE color: 15414457.

HSL color Cylindrical-coordinate representation of color #B934EB: hue angle of 283.61º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B934EB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 52 235 -
CMYK 0.21 0.78 0 0.08
HSL 283.61º 0.82% 0.56% -
HSV(B) 283.61º 0.78% 0.92% -
XYZ 36.23 18.77 80.31 -
YUV 112.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 185 52 235 0.21 0.78 0 0.08 283.61 0.82 0.56
Hex B9 34 EB 15 4E 0 8 11C 52 38
Octal 271 64 353 25 116 0 10 434 122 70
Binary 10111001 110100 11101011 10101 1001110 0 1000 100011100 1010010 111000

Color Harmonies of #B934EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934EB

Black with #B934EB

Text Example


Text Example

White with #B934EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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