Html Css Color HEX #B458DF Medium Orchid

📋 copy color: '#B458DF'

red 180 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #B458DF

Tints of Medium Orchid #B458DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 36.66%
G = 17.92%
B = 45.42%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B458DF (or 0xB458DF) is known color: Medium Orchid. HEX triplet: B4, 58 and DF. RGB value is (180,88,223). Sum of RGB (Red+Green+Blue) = 180+88+223=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B458DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458DF is #4BA720. Grayscale: #828282. Windows color (decimal): -4957985 or 14637236. OLE color: 14637236.

HSL color Cylindrical-coordinate representation of color #B458DF: hue angle of 280.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B458DF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 88 223 -
CMYK 0.19 0.61 0 0.13
HSL 280.89º 0.68% 0.61% -
HSV(B) 280.89º 0.61% 0.87% -
XYZ 35.63 22.01 72.18 -
YUV 130.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 180 88 223 0.19 0.61 0 0.13 280.89 0.68 0.61
Hex B4 58 DF 13 3D 0 D 119 44 3D
Octal 264 130 337 23 75 0 15 431 104 75
Binary 10110100 1011000 11011111 10011 111101 0 1101 100011001 1000100 111101

Color Harmonies of #B458DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458DF

Black with #B458DF

Text Example


Text Example

White with #B458DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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