Html Css Color HEX #B634E6 Medium Orchid

📋 copy color: '#B634E6'

red 182 ◦ green 52 ◦ blue 230

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

Shades of Medium Orchid #B634E6

Tints of Medium Orchid #B634E6

RGB

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

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

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

R = 39.22%
G = 11.21%
B = 49.57%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B634E6 (or 0xB634E6) is known color: Medium Orchid. HEX triplet: B6, 34 and E6. RGB value is (182,52,230). Sum of RGB (Red+Green+Blue) = 182+52+230=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #B634E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B634E6 is #49CB19. Grayscale: #6E6E6E. Windows color (decimal): -4836122 or 15086774. OLE color: 15086774.

HSL color Cylindrical-coordinate representation of color #B634E6: hue angle of 283.82º 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 #B634E6 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 52 230 -
CMYK 0.21 0.77 0 0.10
HSL 283.82º 0.78% 0.55% -
HSV(B) 283.82º 0.77% 0.9% -
XYZ 34.8 18.11 76.53 -
YUV 111.16 195.07 178.53 -
System Red Green Blue C M Y K H S L
Decimal 182 52 230 0.21 0.77 0 0.10 283.82 0.78 0.55
Hex B6 34 E6 15 4D 0 A 11C 4E 37
Octal 266 64 346 25 115 0 12 434 116 67
Binary 10110110 110100 11100110 10101 1001101 0 1010 100011100 1001110 110111

Color Harmonies of #B634E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634E6

Black with #B634E6

Text Example


Text Example

White with #B634E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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