Html Css Color HEX #B258D5 Medium Orchid

📋 copy color: '#B258D5'

red 178 ◦ green 88 ◦ blue 213

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

Shades of Medium Orchid #B258D5

Tints of Medium Orchid #B258D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 37.16%
G = 18.37%
B = 44.47%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B258D5 (or 0xB258D5) is known color: Medium Orchid. HEX triplet: B2, 58 and D5. RGB value is (178,88,213). Sum of RGB (Red+Green+Blue) = 178+88+213=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #B258D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258D5 is #4DA72A. Grayscale: #808080. Windows color (decimal): -5089067 or 13981874. OLE color: 13981874.

HSL color Cylindrical-coordinate representation of color #B258D5: hue angle of 283.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B258D5 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 88 213 -
CMYK 0.16 0.59 0 0.16
HSL 283.2º 0.6% 0.59% -
HSV(B) 283.2º 0.59% 0.84% -
XYZ 33.86 21.25 65.27 -
YUV 129.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 178 88 213 0.16 0.59 0 0.16 283.2 0.6 0.59
Hex B2 58 D5 10 3B 0 10 11B 3C 3B
Octal 262 130 325 20 73 0 20 433 74 73
Binary 10110010 1011000 11010101 10000 111011 0 10000 100011011 111100 111011

Color Harmonies of #B258D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258D5

Black with #B258D5

Text Example


Text Example

White with #B258D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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