Html Css Color HEX #B25FDF Medium Orchid

📋 copy color: '#B25FDF'

red 178 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #B25FDF

Tints of Medium Orchid #B25FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.15%

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

R = 35.89%
G = 19.15%
B = 44.96%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B25FDF (or 0xB25FDF) is known color: Medium Orchid. HEX triplet: B2, 5F and DF. RGB value is (178,95,223). Sum of RGB (Red+Green+Blue) = 178+95+223=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #B25FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FDF is #4DA020. Grayscale: #858585. Windows color (decimal): -5087265 or 14639026. OLE color: 14639026.

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

Color convert

RGB 178 95 223 -
CMYK 0.20 0.57 0 0.13
HSL 278.91º 0.67% 0.62% -
HSV(B) 278.91º 0.57% 0.87% -
XYZ 35.77 22.98 72.36 -
YUV 134.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 178 95 223 0.20 0.57 0 0.13 278.91 0.67 0.62
Hex B2 5F DF 14 39 0 D 117 43 3E
Octal 262 137 337 24 71 0 15 427 103 76
Binary 10110010 1011111 11011111 10100 111001 0 1101 100010111 1000011 111110

Color Harmonies of #B25FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FDF

Black with #B25FDF

Text Example


Text Example

White with #B25FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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