Html Css Color HEX #B25DD8 Medium Orchid

📋 copy color: '#B25DD8'

red 178 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #B25DD8

Tints of Medium Orchid #B25DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

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

R = 36.55%
G = 19.1%
B = 44.35%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B25DD8 (or 0xB25DD8) is known color: Medium Orchid. HEX triplet: B2, 5D and D8. RGB value is (178,93,216). Sum of RGB (Red+Green+Blue) = 178+93+216=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #B25DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DD8 is #4DA227. Grayscale: #848484. Windows color (decimal): -5087784 or 14179762. OLE color: 14179762.

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

Color convert

RGB 178 93 216 -
CMYK 0.18 0.57 0 0.15
HSL 281.46º 0.61% 0.61% -
HSV(B) 281.46º 0.57% 0.85% -
XYZ 34.67 22.25 67.43 -
YUV 132.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 178 93 216 0.18 0.57 0 0.15 281.46 0.61 0.61
Hex B2 5D D8 12 39 0 F 119 3D 3D
Octal 262 135 330 22 71 0 17 431 75 75
Binary 10110010 1011101 11011000 10010 111001 0 1111 100011001 111101 111101

Color Harmonies of #B25DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DD8

Black with #B25DD8

Text Example


Text Example

White with #B25DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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