Html Css Color HEX #B25ECC Medium Orchid

📋 copy color: '#B25ECC'

red 178 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #B25ECC

Tints of Medium Orchid #B25ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 37.39%
G = 19.75%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B25ECC (or 0xB25ECC) is known color: Medium Orchid. HEX triplet: B2, 5E and CC. RGB value is (178,94,204). Sum of RGB (Red+Green+Blue) = 178+94+204=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ECC is #4DA133. Grayscale: #838383. Windows color (decimal): -5087540 or 13393586. OLE color: 13393586.

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

Color convert

RGB 178 94 204 -
CMYK 0.13 0.54 0 0.2
HSL 285.82º 0.52% 0.58% -
HSV(B) 285.82º 0.54% 0.8% -
XYZ 33.26 21.83 59.59 -
YUV 131.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 178 94 204 0.13 0.54 0 0.2 285.82 0.52 0.58
Hex B2 5E CC D 36 0 14 11E 34 3A
Octal 262 136 314 15 66 0 24 436 64 72
Binary 10110010 1011110 11001100 1101 110110 0 10100 100011110 110100 111010

Color Harmonies of #B25ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ECC

Black with #B25ECC

Text Example


Text Example

White with #B25ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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