Html Css Color HEX #B25FCE Medium Orchid

📋 copy color: '#B25FCE'

red 178 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #B25FCE

Tints of Medium Orchid #B25FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.83%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 37.16%
G = 19.83%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B25FCE (or 0xB25FCE) is known color: Medium Orchid. HEX triplet: B2, 5F and CE. RGB value is (178,95,206). Sum of RGB (Red+Green+Blue) = 178+95+206=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B25FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FCE is #4DA031. Grayscale: #848484. Windows color (decimal): -5087282 or 13524914. OLE color: 13524914.

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

Color convert

RGB 178 95 206 -
CMYK 0.14 0.54 0 0.19
HSL 284.86º 0.53% 0.59% -
HSV(B) 284.86º 0.54% 0.81% -
XYZ 33.59 22.11 60.89 -
YUV 132.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 178 95 206 0.14 0.54 0 0.19 284.86 0.53 0.59
Hex B2 5F CE E 36 0 13 11D 35 3B
Octal 262 137 316 16 66 0 23 435 65 73
Binary 10110010 1011111 11001110 1110 110110 0 10011 100011101 110101 111011

Color Harmonies of #B25FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FCE

Black with #B25FCE

Text Example


Text Example

White with #B25FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FCE; }

 p { color: rgb(178,95,206); }

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

background-color css

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

 a { background-color: rgb(178,95,206); }

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

border-color css

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

 span { border-color: rgb(178,95,206); }

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