Html Css Color HEX #B458DE Medium Orchid

📋 copy color: '#B458DE'

red 180 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #B458DE

Tints of Medium Orchid #B458DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 36.73%
G = 17.96%
B = 45.31%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B458DE (or 0xB458DE) is known color: Medium Orchid. HEX triplet: B4, 58 and DE. RGB value is (180,88,222). Sum of RGB (Red+Green+Blue) = 180+88+222=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #B458DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458DE is #4BA721. Grayscale: #828282. Windows color (decimal): -4957986 or 14571700. OLE color: 14571700.

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

Color convert

RGB 180 88 222 -
CMYK 0.19 0.60 0 0.13
HSL 281.19º 0.67% 0.61% -
HSV(B) 281.19º 0.6% 0.87% -
XYZ 35.5 21.96 71.47 -
YUV 130.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 180 88 222 0.19 0.60 0 0.13 281.19 0.67 0.61
Hex B4 58 DE 13 3C 0 D 119 43 3D
Octal 264 130 336 23 74 0 15 431 103 75
Binary 10110100 1011000 11011110 10011 111100 0 1101 100011001 1000011 111101

Color Harmonies of #B458DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458DE

Black with #B458DE

Text Example


Text Example

White with #B458DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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