Html Css Color HEX #B25DF5 Medium Orchid

📋 copy color: '#B25DF5'

red 178 ◦ green 93 ◦ blue 245

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

Shades of Medium Orchid #B25DF5

Tints of Medium Orchid #B25DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.48%

R = 34.5%
G = 18.02%
B = 47.48%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B25DF5 (or 0xB25DF5) is known color: Medium Orchid. HEX triplet: B2, 5D and F5. RGB value is (178,93,245). Sum of RGB (Red+Green+Blue) = 178+93+245=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #B25DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DF5 is #4DA20A. Grayscale: #878787. Windows color (decimal): -5087755 or 16080306. OLE color: 16080306.

HSL color Cylindrical-coordinate representation of color #B25DF5: hue angle of 273.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25DF5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 93 245 -
CMYK 0.27 0.62 0 0.04
HSL 273.55º 0.88% 0.66% -
HSV(B) 273.55º 0.62% 0.96% -
XYZ 38.76 23.89 88.95 -
YUV 135.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 178 93 245 0.27 0.62 0 0.04 273.55 0.88 0.66
Hex B2 5D F5 1B 3E 0 4 112 58 42
Octal 262 135 365 33 76 0 4 422 130 102
Binary 10110010 1011101 11110101 11011 111110 0 100 100010010 1011000 1000010

Color Harmonies of #B25DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DF5

Black with #B25DF5

Text Example


Text Example

White with #B25DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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