Html Css Color HEX #B25DDF Medium Orchid

📋 copy color: '#B25DDF'

red 178 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #B25DDF

Tints of Medium Orchid #B25DDF

RGB

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

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

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

R = 36.03%
G = 18.83%
B = 45.14%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B25DDF (or 0xB25DDF) is known color: Medium Orchid. HEX triplet: B2, 5D and DF. RGB value is (178,93,223). Sum of RGB (Red+Green+Blue) = 178+93+223=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #B25DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DDF is #4DA220. Grayscale: #848484. Windows color (decimal): -5087777 or 14638514. OLE color: 14638514.

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

Color convert

RGB 178 93 223 -
CMYK 0.20 0.58 0 0.13
HSL 279.23º 0.67% 0.62% -
HSV(B) 279.23º 0.58% 0.87% -
XYZ 35.59 22.62 72.3 -
YUV 133.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 178 93 223 0.20 0.58 0 0.13 279.23 0.67 0.62
Hex B2 5D DF 14 3A 0 D 117 43 3E
Octal 262 135 337 24 72 0 15 427 103 76
Binary 10110010 1011101 11011111 10100 111010 0 1101 100010111 1000011 111110

Color Harmonies of #B25DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DDF

Black with #B25DDF

Text Example


Text Example

White with #B25DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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