Html Css Color HEX #B25BFE Medium Orchid

📋 copy color: '#B25BFE'

red 178 ◦ green 91 ◦ blue 254

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

Shades of Medium Orchid #B25BFE

Tints of Medium Orchid #B25BFE

RGB

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

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

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

R = 34.03%
G = 17.4%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B25BFE (or 0xB25BFE) is known color: Medium Orchid. HEX triplet: B2, 5B and FE. RGB value is (178,91,254). Sum of RGB (Red+Green+Blue) = 178+91+254=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B25BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BFE is #4DA401. Grayscale: #878787. Windows color (decimal): -5088258 or 16669618. OLE color: 16669618.

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

Color convert

RGB 178 91 254 -
CMYK 0.30 0.64 0 0.00
HSL 272.02º 0.99% 0.68% -
HSV(B) 272.02º 0.64% 1% -
XYZ 39.99 24.1 96.31 -
YUV 135.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 178 91 254 0.30 0.64 0 0.00 272.02 0.99 0.68
Hex B2 5B FE 1E 40 0 0 110 63 44
Octal 262 133 376 36 100 0 0 420 143 104
Binary 10110010 1011011 11111110 11110 1000000 0 0 100010000 1100011 1000100

Color Harmonies of #B25BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BFE

Black with #B25BFE

Text Example


Text Example

White with #B25BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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