Html Css Color HEX #B462E5 Medium Orchid

📋 copy color: '#B462E5'

red 180 ◦ green 98 ◦ blue 229

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

Shades of Medium Orchid #B462E5

Tints of Medium Orchid #B462E5

RGB

 RED value IS 180 (70.7% from 255) = 35.5%

 GREEN value IS 98 (38.67% from 255) = 19.33%

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 35.5%
G = 19.33%
B = 45.17%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B462E5 (or 0xB462E5) is known color: Medium Orchid. HEX triplet: B4, 62 and E5. RGB value is (180,98,229). Sum of RGB (Red+Green+Blue) = 180+98+229=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #B462E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462E5 is #4B9D1A. Grayscale: #898989. Windows color (decimal): -4955419 or 15033012. OLE color: 15033012.

HSL color Cylindrical-coordinate representation of color #B462E5: hue angle of 277.56º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B462E5 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 98 229 -
CMYK 0.21 0.57 0 0.10
HSL 277.56º 0.72% 0.64% -
HSV(B) 277.56º 0.57% 0.9% -
XYZ 37.33 24.1 76.81 -
YUV 137.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 180 98 229 0.21 0.57 0 0.10 277.56 0.72 0.64
Hex B4 62 E5 15 39 0 A 116 48 40
Octal 264 142 345 25 71 0 12 426 110 100
Binary 10110100 1100010 11100101 10101 111001 0 1010 100010110 1001000 1000000

Color Harmonies of #B462E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462E5

Black with #B462E5

Text Example


Text Example

White with #B462E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462E5; }

 p { color: rgb(180,98,229); }

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

background-color css

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

 a { background-color: rgb(180,98,229); }

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

border-color css

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

 span { border-color: rgb(180,98,229); }

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