Html Css Color HEX #B258D8 Medium Orchid

📋 copy color: '#B258D8'

red 178 ◦ green 88 ◦ blue 216

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

Shades of Medium Orchid #B258D8

Tints of Medium Orchid #B258D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 36.93%
G = 18.26%
B = 44.81%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B258D8 (or 0xB258D8) is known color: Medium Orchid. HEX triplet: B2, 58 and D8. RGB value is (178,88,216). Sum of RGB (Red+Green+Blue) = 178+88+216=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #B258D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258D8 is #4DA727. Grayscale: #818181. Windows color (decimal): -5089064 or 14178482. OLE color: 14178482.

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

Color convert

RGB 178 88 216 -
CMYK 0.18 0.59 0 0.15
HSL 282.19º 0.62% 0.6% -
HSV(B) 282.19º 0.59% 0.85% -
XYZ 34.24 21.4 67.29 -
YUV 129.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 178 88 216 0.18 0.59 0 0.15 282.19 0.62 0.6
Hex B2 58 D8 12 3B 0 F 11A 3E 3C
Octal 262 130 330 22 73 0 17 432 76 74
Binary 10110010 1011000 11011000 10010 111011 0 1111 100011010 111110 111100

Color Harmonies of #B258D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258D8

Black with #B258D8

Text Example


Text Example

White with #B258D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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