Html Css Color HEX #B461FA Medium Orchid

📋 copy color: '#B461FA'

red 180 ◦ green 97 ◦ blue 250

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

Shades of Medium Orchid #B461FA

Tints of Medium Orchid #B461FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 34.16%
G = 18.41%
B = 47.44%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B461FA (or 0xB461FA) is known color: Medium Orchid. HEX triplet: B4, 61 and FA. RGB value is (180,97,250). Sum of RGB (Red+Green+Blue) = 180+97+250=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #B461FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461FA is #4B9E05. Grayscale: #8A8A8A. Windows color (decimal): -4955654 or 16409012. OLE color: 16409012.

HSL color Cylindrical-coordinate representation of color #B461FA: hue angle of 272.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B461FA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 97 250 -
CMYK 0.28 0.61 0 0.02
HSL 272.55º 0.94% 0.68% -
HSV(B) 272.55º 0.61% 0.98% -
XYZ 40.35 25.15 93.17 -
YUV 139.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 180 97 250 0.28 0.61 0 0.02 272.55 0.94 0.68
Hex B4 61 FA 1C 3D 0 2 111 5E 44
Octal 264 141 372 34 75 0 2 421 136 104
Binary 10110100 1100001 11111010 11100 111101 0 10 100010001 1011110 1000100

Color Harmonies of #B461FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461FA

Black with #B461FA

Text Example


Text Example

White with #B461FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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