Html Css Color HEX #B462F0 Medium Orchid

📋 copy color: '#B462F0'

red 180 ◦ green 98 ◦ blue 240

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

Shades of Medium Orchid #B462F0

Tints of Medium Orchid #B462F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 34.75%
G = 18.92%
B = 46.33%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B462F0 (or 0xB462F0) is known color: Medium Orchid. HEX triplet: B4, 62 and F0. RGB value is (180,98,240). Sum of RGB (Red+Green+Blue) = 180+98+240=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #B462F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B462F0 is #4B9D0F. Grayscale: #8A8A8A. Windows color (decimal): -4955408 or 15753908. OLE color: 15753908.

HSL color Cylindrical-coordinate representation of color #B462F0: hue angle of 274.65º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B462F0 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 98 240 -
CMYK 0.25 0.59 0 0.06
HSL 274.65º 0.83% 0.66% -
HSV(B) 274.65º 0.59% 0.94% -
XYZ 38.92 24.73 85.16 -
YUV 138.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 180 98 240 0.25 0.59 0 0.06 274.65 0.83 0.66
Hex B4 62 F0 19 3B 0 6 113 53 42
Octal 264 142 360 31 73 0 6 423 123 102
Binary 10110100 1100010 11110000 11001 111011 0 110 100010011 1010011 1000010

Color Harmonies of #B462F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462F0

Black with #B462F0

Text Example


Text Example

White with #B462F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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