Html Css Color HEX #B25CF1 Medium Orchid

📋 copy color: '#B25CF1'

red 178 ◦ green 92 ◦ blue 241

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

Shades of Medium Orchid #B25CF1

Tints of Medium Orchid #B25CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 34.83%
G = 18%
B = 47.16%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B25CF1 (or 0xB25CF1) is known color: Medium Orchid. HEX triplet: B2, 5C and F1. RGB value is (178,92,241). Sum of RGB (Red+Green+Blue) = 178+92+241=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #B25CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CF1 is #4DA30E. Grayscale: #868686. Windows color (decimal): -5088015 or 15817906. OLE color: 15817906.

HSL color Cylindrical-coordinate representation of color #B25CF1: hue angle of 274.63º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25CF1 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 92 241 -
CMYK 0.26 0.62 0 0.05
HSL 274.63º 0.84% 0.65% -
HSV(B) 274.63º 0.62% 0.95% -
XYZ 38.06 23.47 85.74 -
YUV 134.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 178 92 241 0.26 0.62 0 0.05 274.63 0.84 0.65
Hex B2 5C F1 1A 3E 0 5 113 54 41
Octal 262 134 361 32 76 0 5 423 124 101
Binary 10110010 1011100 11110001 11010 111110 0 101 100010011 1010100 1000001

Color Harmonies of #B25CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CF1

Black with #B25CF1

Text Example


Text Example

White with #B25CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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