Html Css Color HEX #B258DB Medium Orchid

📋 copy color: '#B258DB'

red 178 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B258DB

Tints of Medium Orchid #B258DB

RGB

 RED value IS 178 (69.92% from 255) = 36.7%

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

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

R = 36.7%
G = 18.14%
B = 45.15%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B258DB (or 0xB258DB) is known color: Medium Orchid. HEX triplet: B2, 58 and DB. RGB value is (178,88,219). Sum of RGB (Red+Green+Blue) = 178+88+219=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B258DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258DB is #4DA724. Grayscale: #818181. Windows color (decimal): -5089061 or 14375090. OLE color: 14375090.

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

Color convert

RGB 178 88 219 -
CMYK 0.19 0.60 0 0.14
HSL 281.22º 0.65% 0.6% -
HSV(B) 281.22º 0.6% 0.86% -
XYZ 34.64 21.56 69.35 -
YUV 129.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 178 88 219 0.19 0.60 0 0.14 281.22 0.65 0.6
Hex B2 58 DB 13 3C 0 E 119 41 3C
Octal 262 130 333 23 74 0 16 431 101 74
Binary 10110010 1011000 11011011 10011 111100 0 1110 100011001 1000001 111100

Color Harmonies of #B258DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258DB

Black with #B258DB

Text Example


Text Example

White with #B258DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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