Html Css Color HEX #B462DB Medium Orchid

📋 copy color: '#B462DB'

red 180 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #B462DB

Tints of Medium Orchid #B462DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 36.22%
G = 19.72%
B = 44.06%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B462DB (or 0xB462DB) is known color: Medium Orchid. HEX triplet: B4, 62 and DB. RGB value is (180,98,219). Sum of RGB (Red+Green+Blue) = 180+98+219=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B462DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462DB is #4B9D24. Grayscale: #878787. Windows color (decimal): -4955429 or 14377652. OLE color: 14377652.

HSL color Cylindrical-coordinate representation of color #B462DB: hue angle of 280.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B462DB is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 98 219 -
CMYK 0.18 0.55 0 0.14
HSL 280.66º 0.63% 0.62% -
HSV(B) 280.66º 0.55% 0.86% -
XYZ 35.98 23.55 69.67 -
YUV 136.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 180 98 219 0.18 0.55 0 0.14 280.66 0.63 0.62
Hex B4 62 DB 12 37 0 E 119 3F 3E
Octal 264 142 333 22 67 0 16 431 77 76
Binary 10110100 1100010 11011011 10010 110111 0 1110 100011001 111111 111110

Color Harmonies of #B462DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462DB

Black with #B462DB

Text Example


Text Example

White with #B462DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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