Html Css Color HEX #B458FC Medium Orchid

📋 copy color: '#B458FC'

red 180 ◦ green 88 ◦ blue 252

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

Shades of Medium Orchid #B458FC

Tints of Medium Orchid #B458FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 34.62%
G = 16.92%
B = 48.46%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B458FC (or 0xB458FC) is known color: Medium Orchid. HEX triplet: B4, 58 and FC. RGB value is (180,88,252). Sum of RGB (Red+Green+Blue) = 180+88+252=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #B458FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458FC is #4BA703. Grayscale: #858585. Windows color (decimal): -4957956 or 16537780. OLE color: 16537780.

HSL color Cylindrical-coordinate representation of color #B458FC: hue angle of 273.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B458FC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 88 252 -
CMYK 0.29 0.65 0 0.01
HSL 273.66º 0.96% 0.67% -
HSV(B) 273.66º 0.65% 0.99% -
XYZ 39.88 23.71 94.57 -
YUV 134.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 180 88 252 0.29 0.65 0 0.01 273.66 0.96 0.67
Hex B4 58 FC 1D 41 0 1 112 60 43
Octal 264 130 374 35 101 0 1 422 140 103
Binary 10110100 1011000 11111100 11101 1000001 0 1 100010010 1100000 1000011

Color Harmonies of #B458FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458FC

Black with #B458FC

Text Example


Text Example

White with #B458FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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