Html Css Color HEX #B634EC Medium Orchid

📋 copy color: '#B634EC'

red 182 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #B634EC

Tints of Medium Orchid #B634EC

RGB

 RED value IS 182 (71.48% from 255) = 38.72%

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 38.72%
G = 11.06%
B = 50.21%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B634EC (or 0xB634EC) is known color: Medium Orchid. HEX triplet: B6, 34 and EC. RGB value is (182,52,236). Sum of RGB (Red+Green+Blue) = 182+52+236=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #B634EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B634EC is #49CB13. Grayscale: #6F6F6F. Windows color (decimal): -4836116 or 15479990. OLE color: 15479990.

HSL color Cylindrical-coordinate representation of color #B634EC: hue angle of 282.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B634EC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 52 236 -
CMYK 0.23 0.78 0 0.07
HSL 282.39º 0.83% 0.56% -
HSV(B) 282.39º 0.78% 0.93% -
XYZ 35.66 18.46 81.04 -
YUV 111.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 182 52 236 0.23 0.78 0 0.07 282.39 0.83 0.56
Hex B6 34 EC 17 4E 0 7 11A 53 38
Octal 266 64 354 27 116 0 7 432 123 70
Binary 10110110 110100 11101100 10111 1001110 0 111 100011010 1010011 111000

Color Harmonies of #B634EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634EC

Black with #B634EC

Text Example


Text Example

White with #B634EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634EC; }

 p { color: rgb(182,52,236); }

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

background-color css

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

 a { background-color: rgb(182,52,236); }

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

border-color css

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

 span { border-color: rgb(182,52,236); }

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