Html Css Color HEX #B458FF Medium Orchid

📋 copy color: '#B458FF'

red 180 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #B458FF

Tints of Medium Orchid #B458FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 34.42%
G = 16.83%
B = 48.76%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B458FF (or 0xB458FF) is known color: Medium Orchid. HEX triplet: B4, 58 and FF. RGB value is (180,88,255). Sum of RGB (Red+Green+Blue) = 180+88+255=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #B458FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458FF is #4BA700. Grayscale: #858585. Windows color (decimal): -4957953 or 16734388. OLE color: 16734388.

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

Color convert

RGB 180 88 255 -
CMYK 0.29 0.65 0 0
HSL 273.05º 1% 0.67% -
HSV(B) 273.05º 0.65% 1% -
XYZ 40.36 23.9 97.09 -
YUV 134.55 195.98 160.42 -
System Red Green Blue C M Y K H S L
Decimal 180 88 255 0.29 0.65 0 0 273.05 1 0.67
Hex B4 58 FF 1D 41 0 0 111 64 43
Octal 264 130 377 35 101 0 0 421 144 103
Binary 10110100 1011000 11111111 11101 1000001 0 0 100010001 1100100 1000011

Color Harmonies of #B458FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458FF

Black with #B458FF

Text Example


Text Example

White with #B458FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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