Html Css Color HEX #B25BDF Medium Orchid

📋 copy color: '#B25BDF'

red 178 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #B25BDF

Tints of Medium Orchid #B25BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.5%

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 36.18%
G = 18.5%
B = 45.33%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B25BDF (or 0xB25BDF) is known color: Medium Orchid. HEX triplet: B2, 5B and DF. RGB value is (178,91,223). Sum of RGB (Red+Green+Blue) = 178+91+223=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #B25BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BDF is #4DA420. Grayscale: #838383. Windows color (decimal): -5088289 or 14638002. OLE color: 14638002.

HSL color Cylindrical-coordinate representation of color #B25BDF: hue angle of 279.55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25BDF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 91 223 -
CMYK 0.20 0.59 0 0.13
HSL 279.55º 0.67% 0.62% -
HSV(B) 279.55º 0.59% 0.87% -
XYZ 35.42 22.27 72.24 -
YUV 132.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 178 91 223 0.20 0.59 0 0.13 279.55 0.67 0.62
Hex B2 5B DF 14 3B 0 D 118 43 3E
Octal 262 133 337 24 73 0 15 430 103 76
Binary 10110010 1011011 11011111 10100 111011 0 1101 100011000 1000011 111110

Color Harmonies of #B25BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BDF

Black with #B25BDF

Text Example


Text Example

White with #B25BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BDF; }

 p { color: rgb(178,91,223); }

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

background-color css

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

 a { background-color: rgb(178,91,223); }

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

border-color css

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

 span { border-color: rgb(178,91,223); }

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