Html Css Color HEX #B462D5 Medium Orchid

📋 copy color: '#B462D5'

red 180 ◦ green 98 ◦ blue 213

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

Shades of Medium Orchid #B462D5

Tints of Medium Orchid #B462D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 36.66%
G = 19.96%
B = 43.38%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B462D5 (or 0xB462D5) is known color: Medium Orchid. HEX triplet: B4, 62 and D5. RGB value is (180,98,213). Sum of RGB (Red+Green+Blue) = 180+98+213=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #B462D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462D5 is #4B9D2A. Grayscale: #878787. Windows color (decimal): -4955435 or 13984436. OLE color: 13984436.

HSL color Cylindrical-coordinate representation of color #B462D5: hue angle of 282.78º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B462D5 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 98 213 -
CMYK 0.15 0.54 0 0.16
HSL 282.78º 0.58% 0.61% -
HSV(B) 282.78º 0.54% 0.84% -
XYZ 35.2 23.24 65.58 -
YUV 135.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 180 98 213 0.15 0.54 0 0.16 282.78 0.58 0.61
Hex B4 62 D5 F 36 0 10 11B 3A 3D
Octal 264 142 325 17 66 0 20 433 72 75
Binary 10110100 1100010 11010101 1111 110110 0 10000 100011011 111010 111101

Color Harmonies of #B462D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462D5

Black with #B462D5

Text Example


Text Example

White with #B462D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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