Html Css Color HEX #B461E7 Medium Orchid

📋 copy color: '#B461E7'

red 180 ◦ green 97 ◦ blue 231

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

Shades of Medium Orchid #B461E7

Tints of Medium Orchid #B461E7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.09%

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 35.43%
G = 19.09%
B = 45.47%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B461E7 (or 0xB461E7) is known color: Medium Orchid. HEX triplet: B4, 61 and E7. RGB value is (180,97,231). Sum of RGB (Red+Green+Blue) = 180+97+231=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #B461E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461E7 is #4B9E18. Grayscale: #888888. Windows color (decimal): -4955673 or 15163828. OLE color: 15163828.

HSL color Cylindrical-coordinate representation of color #B461E7: hue angle of 277.16º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B461E7 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 97 231 -
CMYK 0.22 0.58 0 0.09
HSL 277.16º 0.74% 0.64% -
HSV(B) 277.16º 0.58% 0.91% -
XYZ 37.52 24.02 78.26 -
YUV 137.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 180 97 231 0.22 0.58 0 0.09 277.16 0.74 0.64
Hex B4 61 E7 16 3A 0 9 115 4A 40
Octal 264 141 347 26 72 0 11 425 112 100
Binary 10110100 1100001 11100111 10110 111010 0 1001 100010101 1001010 1000000

Color Harmonies of #B461E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461E7

Black with #B461E7

Text Example


Text Example

White with #B461E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461E7; }

 p { color: rgb(180,97,231); }

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

background-color css

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

 a { background-color: rgb(180,97,231); }

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

border-color css

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

 span { border-color: rgb(180,97,231); }

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