Html Css Color HEX #B25CE4 Medium Orchid

📋 copy color: '#B25CE4'

red 178 ◦ green 92 ◦ blue 228

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

Shades of Medium Orchid #B25CE4

Tints of Medium Orchid #B25CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

 BLUE value IS 228 (89.45% from 255) = 45.78%

R = 35.74%
G = 18.47%
B = 45.78%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B25CE4 (or 0xB25CE4) is known color: Medium Orchid. HEX triplet: B2, 5C and E4. RGB value is (178,92,228). Sum of RGB (Red+Green+Blue) = 178+92+228=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #B25CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CE4 is #4DA31B. Grayscale: #848484. Windows color (decimal): -5088028 or 14965938. OLE color: 14965938.

HSL color Cylindrical-coordinate representation of color #B25CE4: hue angle of 277.94º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25CE4 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 92 228 -
CMYK 0.22 0.60 0 0.11
HSL 277.94º 0.72% 0.63% -
HSV(B) 277.94º 0.6% 0.89% -
XYZ 36.19 22.72 75.88 -
YUV 133.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 178 92 228 0.22 0.60 0 0.11 277.94 0.72 0.63
Hex B2 5C E4 16 3C 0 B 116 48 3F
Octal 262 134 344 26 74 0 13 426 110 77
Binary 10110010 1011100 11100100 10110 111100 0 1011 100010110 1001000 111111

Color Harmonies of #B25CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CE4

Black with #B25CE4

Text Example


Text Example

White with #B25CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CE4; }

 p { color: rgb(178,92,228); }

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

background-color css

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

 a { background-color: rgb(178,92,228); }

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

border-color css

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

 span { border-color: rgb(178,92,228); }

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