Html Css Color HEX #B25CF8 Medium Orchid

📋 copy color: '#B25CF8'

red 178 ◦ green 92 ◦ blue 248

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

Shades of Medium Orchid #B25CF8

Tints of Medium Orchid #B25CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.88%

R = 34.36%
G = 17.76%
B = 47.88%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B25CF8 (or 0xB25CF8) is known color: Medium Orchid. HEX triplet: B2, 5C and F8. RGB value is (178,92,248). Sum of RGB (Red+Green+Blue) = 178+92+248=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #B25CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CF8 is #4DA307. Grayscale: #868686. Windows color (decimal): -5088008 or 16276658. OLE color: 16276658.

HSL color Cylindrical-coordinate representation of color #B25CF8: hue angle of 273.08º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25CF8 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 92 248 -
CMYK 0.28 0.63 0 0.03
HSL 273.08º 0.92% 0.67% -
HSV(B) 273.08º 0.63% 0.97% -
XYZ 39.13 23.9 91.36 -
YUV 135.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 178 92 248 0.28 0.63 0 0.03 273.08 0.92 0.67
Hex B2 5C F8 1C 3F 0 3 111 5C 43
Octal 262 134 370 34 77 0 3 421 134 103
Binary 10110010 1011100 11111000 11100 111111 0 11 100010001 1011100 1000011

Color Harmonies of #B25CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CF8

Black with #B25CF8

Text Example


Text Example

White with #B25CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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