Html Css Color HEX #B25DF8 Medium Orchid

📋 copy color: '#B25DF8'

red 178 ◦ green 93 ◦ blue 248

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

Shades of Medium Orchid #B25DF8

Tints of Medium Orchid #B25DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

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

R = 34.3%
G = 17.92%
B = 47.78%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B25DF8 (or 0xB25DF8) is known color: Medium Orchid. HEX triplet: B2, 5D and F8. RGB value is (178,93,248). Sum of RGB (Red+Green+Blue) = 178+93+248=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #B25DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DF8 is #4DA207. Grayscale: #878787. Windows color (decimal): -5087752 or 16276914. OLE color: 16276914.

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

Color convert

RGB 178 93 248 -
CMYK 0.28 0.62 0 0.03
HSL 272.9º 0.92% 0.67% -
HSV(B) 272.9º 0.63% 0.97% -
XYZ 39.22 24.07 91.39 -
YUV 136.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 178 93 248 0.28 0.62 0 0.03 272.9 0.92 0.67
Hex B2 5D F8 1C 3E 0 3 111 5C 43
Octal 262 135 370 34 76 0 3 421 134 103
Binary 10110010 1011101 11111000 11100 111110 0 11 100010001 1011100 1000011

Color Harmonies of #B25DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DF8

Black with #B25DF8

Text Example


Text Example

White with #B25DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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