Html Css Color HEX #B458F9 Medium Orchid

📋 copy color: '#B458F9'

red 180 ◦ green 88 ◦ blue 249

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

Shades of Medium Orchid #B458F9

Tints of Medium Orchid #B458F9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.02%

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 34.82%
G = 17.02%
B = 48.16%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B458F9 (or 0xB458F9) is known color: Medium Orchid. HEX triplet: B4, 58 and F9. RGB value is (180,88,249). Sum of RGB (Red+Green+Blue) = 180+88+249=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #B458F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458F9 is #4BA706. Grayscale: #858585. Windows color (decimal): -4957959 or 16341172. OLE color: 16341172.

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

Color convert

RGB 180 88 249 -
CMYK 0.28 0.65 0 0.02
HSL 274.29º 0.93% 0.66% -
HSV(B) 274.29º 0.65% 0.98% -
XYZ 39.41 23.52 92.09 -
YUV 133.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 180 88 249 0.28 0.65 0 0.02 274.29 0.93 0.66
Hex B4 58 F9 1C 41 0 2 112 5D 42
Octal 264 130 371 34 101 0 2 422 135 102
Binary 10110100 1011000 11111001 11100 1000001 0 10 100010010 1011101 1000010

Color Harmonies of #B458F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458F9

Black with #B458F9

Text Example


Text Example

White with #B458F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458F9; }

 p { color: rgb(180,88,249); }

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

background-color css

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

 a { background-color: rgb(180,88,249); }

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

border-color css

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

 span { border-color: rgb(180,88,249); }

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