Html Css Color HEX #B25BFF Medium Orchid

📋 copy color: '#B25BFF'

red 178 ◦ green 91 ◦ blue 255

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

Shades of Medium Orchid #B25BFF

Tints of Medium Orchid #B25BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 33.97%
G = 17.37%
B = 48.66%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B25BFF (or 0xB25BFF) is known color: Medium Orchid. HEX triplet: B2, 5B and FF. RGB value is (178,91,255). Sum of RGB (Red+Green+Blue) = 178+91+255=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B25BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BFF is #4DA400. Grayscale: #878787. Windows color (decimal): -5088257 or 16735154. OLE color: 16735154.

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

Color convert

RGB 178 91 255 -
CMYK 0.30 0.64 0 0
HSL 271.83º 1% 0.68% -
HSV(B) 271.83º 0.64% 1% -
XYZ 40.15 24.17 97.16 -
YUV 135.71 195.32 158.16 -
System Red Green Blue C M Y K H S L
Decimal 178 91 255 0.30 0.64 0 0 271.83 1 0.68
Hex B2 5B FF 1E 40 0 0 110 64 44
Octal 262 133 377 36 100 0 0 420 144 104
Binary 10110010 1011011 11111111 11110 1000000 0 0 100010000 1100100 1000100

Color Harmonies of #B25BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BFF

Black with #B25BFF

Text Example


Text Example

White with #B25BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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