Html Css Color HEX #B458DB Medium Orchid

📋 copy color: '#B458DB'

red 180 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B458DB

Tints of Medium Orchid #B458DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 36.96%
G = 18.07%
B = 44.97%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B458DB (or 0xB458DB) is known color: Medium Orchid. HEX triplet: B4, 58 and DB. RGB value is (180,88,219). Sum of RGB (Red+Green+Blue) = 180+88+219=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B458DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458DB is #4BA724. Grayscale: #828282. Windows color (decimal): -4957989 or 14375092. OLE color: 14375092.

HSL color Cylindrical-coordinate representation of color #B458DB: hue angle of 282.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B458DB is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 88 219 -
CMYK 0.18 0.60 0 0.14
HSL 282.14º 0.65% 0.6% -
HSV(B) 282.14º 0.6% 0.86% -
XYZ 35.1 21.8 69.38 -
YUV 130.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 180 88 219 0.18 0.60 0 0.14 282.14 0.65 0.6
Hex B4 58 DB 12 3C 0 E 11A 41 3C
Octal 264 130 333 22 74 0 16 432 101 74
Binary 10110100 1011000 11011011 10010 111100 0 1110 100011010 1000001 111100

Color Harmonies of #B458DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458DB

Black with #B458DB

Text Example


Text Example

White with #B458DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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