Html Css Color HEX #B25FF0 Medium Orchid

📋 copy color: '#B25FF0'

red 178 ◦ green 95 ◦ blue 240

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

Shades of Medium Orchid #B25FF0

Tints of Medium Orchid #B25FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 34.7%
G = 18.52%
B = 46.78%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B25FF0 (or 0xB25FF0) is known color: Medium Orchid. HEX triplet: B2, 5F and F0. RGB value is (178,95,240). Sum of RGB (Red+Green+Blue) = 178+95+240=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #B25FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FF0 is #4DA00F. Grayscale: #878787. Windows color (decimal): -5087248 or 15753138. OLE color: 15753138.

HSL color Cylindrical-coordinate representation of color #B25FF0: hue angle of 274.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25FF0 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 95 240 -
CMYK 0.26 0.60 0 0.06
HSL 274.34º 0.83% 0.66% -
HSV(B) 274.34º 0.6% 0.94% -
XYZ 38.18 23.94 85.05 -
YUV 136.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 178 95 240 0.26 0.60 0 0.06 274.34 0.83 0.66
Hex B2 5F F0 1A 3C 0 6 112 53 42
Octal 262 137 360 32 74 0 6 422 123 102
Binary 10110010 1011111 11110000 11010 111100 0 110 100010010 1010011 1000010

Color Harmonies of #B25FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FF0

Black with #B25FF0

Text Example


Text Example

White with #B25FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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