Html Css Color HEX #B634E0 Medium Orchid

📋 copy color: '#B634E0'

red 182 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #B634E0

Tints of Medium Orchid #B634E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 39.74%
G = 11.35%
B = 48.91%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B634E0 (or 0xB634E0) is known color: Medium Orchid. HEX triplet: B6, 34 and E0. RGB value is (182,52,224). Sum of RGB (Red+Green+Blue) = 182+52+224=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #B634E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634E0 is #49CB1F. Grayscale: #6D6D6D. Windows color (decimal): -4836128 or 14693558. OLE color: 14693558.

HSL color Cylindrical-coordinate representation of color #B634E0: hue angle of 285.35º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B634E0 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 52 224 -
CMYK 0.19 0.77 0 0.12
HSL 285.35º 0.74% 0.54% -
HSV(B) 285.35º 0.77% 0.88% -
XYZ 33.97 17.78 72.16 -
YUV 110.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 182 52 224 0.19 0.77 0 0.12 285.35 0.74 0.54
Hex B6 34 E0 13 4D 0 C 11D 4A 36
Octal 266 64 340 23 115 0 14 435 112 66
Binary 10110110 110100 11100000 10011 1001101 0 1100 100011101 1001010 110110

Color Harmonies of #B634E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634E0

Black with #B634E0

Text Example


Text Example

White with #B634E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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