Html Css Color HEX #B458DD Medium Orchid

📋 copy color: '#B458DD'

red 180 ◦ green 88 ◦ blue 221

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

Shades of Medium Orchid #B458DD

Tints of Medium Orchid #B458DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 36.81%
G = 18%
B = 45.19%

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

#B458DD (or 0xB458DD) is known color: Medium Orchid. HEX triplet: B4, 58 and DD. RGB value is (180,88,221). Sum of RGB (Red+Green+Blue) = 180+88+221=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #B458DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458DD is #4BA722. Grayscale: #828282. Windows color (decimal): -4957987 or 14506164. OLE color: 14506164.

HSL color Cylindrical-coordinate representation of color #B458DD: hue angle of 281.5º degrees, saturation: 0.66, 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 #B458DD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 88 221 -
CMYK 0.19 0.60 0 0.13
HSL 281.5º 0.66% 0.61% -
HSV(B) 281.5º 0.6% 0.87% -
XYZ 35.36 21.9 70.77 -
YUV 130.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 180 88 221 0.19 0.60 0 0.13 281.5 0.66 0.61
Hex B4 58 DD 13 3C 0 D 11A 42 3D
Octal 264 130 335 23 74 0 15 432 102 75
Binary 10110100 1011000 11011101 10011 111100 0 1101 100011010 1000010 111101

Color Harmonies of #B458DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458DD

Black with #B458DD

Text Example


Text Example

White with #B458DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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