Html Css Color HEX #B25FFB Medium Orchid

📋 copy color: '#B25FFB'

red 178 ◦ green 95 ◦ blue 251

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

Shades of Medium Orchid #B25FFB

Tints of Medium Orchid #B25FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 33.97%
G = 18.13%
B = 47.9%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B25FFB (or 0xB25FFB) is known color: Medium Orchid. HEX triplet: B2, 5F and FB. RGB value is (178,95,251). Sum of RGB (Red+Green+Blue) = 178+95+251=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B25FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FFB is #4DA004. Grayscale: #898989. Windows color (decimal): -5087237 or 16474034. OLE color: 16474034.

HSL color Cylindrical-coordinate representation of color #B25FFB: hue angle of 271.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25FFB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 95 251 -
CMYK 0.29 0.62 0 0.02
HSL 271.92º 0.95% 0.68% -
HSV(B) 271.92º 0.62% 0.98% -
XYZ 39.86 24.61 93.92 -
YUV 137.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 178 95 251 0.29 0.62 0 0.02 271.92 0.95 0.68
Hex B2 5F FB 1D 3E 0 2 110 5F 44
Octal 262 137 373 35 76 0 2 420 137 104
Binary 10110010 1011111 11111011 11101 111110 0 10 100010000 1011111 1000100

Color Harmonies of #B25FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FFB

Black with #B25FFB

Text Example


Text Example

White with #B25FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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