Html Css Color HEX #B25ECD Medium Orchid

📋 copy color: '#B25ECD'

red 178 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B25ECD

Tints of Medium Orchid #B25ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 37.32%
G = 19.71%
B = 42.98%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B25ECD (or 0xB25ECD) is known color: Medium Orchid. HEX triplet: B2, 5E and CD. RGB value is (178,94,205). Sum of RGB (Red+Green+Blue) = 178+94+205=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ECD is #4DA132. Grayscale: #838383. Windows color (decimal): -5087539 or 13459122. OLE color: 13459122.

HSL color Cylindrical-coordinate representation of color #B25ECD: hue angle of 285.41º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25ECD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 94 205 -
CMYK 0.13 0.54 0 0.20
HSL 285.41º 0.53% 0.59% -
HSV(B) 285.41º 0.54% 0.8% -
XYZ 33.38 21.88 60.22 -
YUV 131.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 178 94 205 0.13 0.54 0 0.20 285.41 0.53 0.59
Hex B2 5E CD D 36 0 14 11D 35 3B
Octal 262 136 315 15 66 0 24 435 65 73
Binary 10110010 1011110 11001101 1101 110110 0 10100 100011101 110101 111011

Color Harmonies of #B25ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ECD

Black with #B25ECD

Text Example


Text Example

White with #B25ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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