Html Css Color HEX #B25DFE Medium Orchid

📋 copy color: '#B25DFE'

red 178 ◦ green 93 ◦ blue 254

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

Shades of Medium Orchid #B25DFE

Tints of Medium Orchid #B25DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 33.9%
G = 17.71%
B = 48.38%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B25DFE (or 0xB25DFE) is known color: Medium Orchid. HEX triplet: B2, 5D and FE. RGB value is (178,93,254). Sum of RGB (Red+Green+Blue) = 178+93+254=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B25DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DFE is #4DA201. Grayscale: #888888. Windows color (decimal): -5087746 or 16670130. OLE color: 16670130.

HSL color Cylindrical-coordinate representation of color #B25DFE: hue angle of 271.68º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25DFE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 93 254 -
CMYK 0.30 0.63 0 0.00
HSL 271.68º 0.99% 0.68% -
HSV(B) 271.68º 0.63% 1% -
XYZ 40.16 24.45 96.37 -
YUV 136.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 178 93 254 0.30 0.63 0 0.00 271.68 0.99 0.68
Hex B2 5D FE 1E 3F 0 0 110 63 44
Octal 262 135 376 36 77 0 0 420 143 104
Binary 10110010 1011101 11111110 11110 111111 0 0 100010000 1100011 1000100

Color Harmonies of #B25DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DFE

Black with #B25DFE

Text Example


Text Example

White with #B25DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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