Html Css Color HEX #B25ED9 Medium Orchid

📋 copy color: '#B25ED9'

red 178 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #B25ED9

Tints of Medium Orchid #B25ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 36.4%
G = 19.22%
B = 44.38%

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

#B25ED9 (or 0xB25ED9) is known color: Medium Orchid. HEX triplet: B2, 5E and D9. RGB value is (178,94,217). Sum of RGB (Red+Green+Blue) = 178+94+217=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #B25ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ED9 is #4DA126. Grayscale: #848484. Windows color (decimal): -5087527 or 14245554. OLE color: 14245554.

HSL color Cylindrical-coordinate representation of color #B25ED9: hue angle of 280.98º degrees, saturation: 0.62, 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 #B25ED9 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 94 217 -
CMYK 0.18 0.57 0 0.15
HSL 280.98º 0.62% 0.61% -
HSV(B) 280.98º 0.57% 0.85% -
XYZ 34.89 22.48 68.15 -
YUV 133.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 178 94 217 0.18 0.57 0 0.15 280.98 0.62 0.61
Hex B2 5E D9 12 39 0 F 119 3E 3D
Octal 262 136 331 22 71 0 17 431 76 75
Binary 10110010 1011110 11011001 10010 111001 0 1111 100011001 111110 111101

Color Harmonies of #B25ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ED9

Black with #B25ED9

Text Example


Text Example

White with #B25ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ED9; }

 p { color: rgb(178,94,217); }

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

background-color css

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

 a { background-color: rgb(178,94,217); }

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

border-color css

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

 span { border-color: rgb(178,94,217); }

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