Html Css Color HEX #B25EFC Medium Orchid

📋 copy color: '#B25EFC'

red 178 ◦ green 94 ◦ blue 252

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

Shades of Medium Orchid #B25EFC

Tints of Medium Orchid #B25EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.94%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 33.97%
G = 17.94%
B = 48.09%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B25EFC (or 0xB25EFC) is known color: Medium Orchid. HEX triplet: B2, 5E and FC. RGB value is (178,94,252). Sum of RGB (Red+Green+Blue) = 178+94+252=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #B25EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EFC is #4DA103. Grayscale: #888888. Windows color (decimal): -5087492 or 16539314. OLE color: 16539314.

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

Color convert

RGB 178 94 252 -
CMYK 0.29 0.63 0 0.01
HSL 271.9º 0.96% 0.68% -
HSV(B) 271.9º 0.63% 0.99% -
XYZ 39.93 24.5 94.72 -
YUV 137.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 178 94 252 0.29 0.63 0 0.01 271.9 0.96 0.68
Hex B2 5E FC 1D 3F 0 1 110 60 44
Octal 262 136 374 35 77 0 1 420 140 104
Binary 10110010 1011110 11111100 11101 111111 0 1 100010000 1100000 1000100

Color Harmonies of #B25EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EFC

Black with #B25EFC

Text Example


Text Example

White with #B25EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EFC; }

 p { color: rgb(178,94,252); }

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

background-color css

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

 a { background-color: rgb(178,94,252); }

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

border-color css

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

 span { border-color: rgb(178,94,252); }

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