Html Css Color HEX #B25EFD Medium Orchid

📋 copy color: '#B25EFD'

red 178 ◦ green 94 ◦ blue 253

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

Shades of Medium Orchid #B25EFD

Tints of Medium Orchid #B25EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 33.9%
G = 17.9%
B = 48.19%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B25EFD (or 0xB25EFD) is known color: Medium Orchid. HEX triplet: B2, 5E and FD. RGB value is (178,94,253). Sum of RGB (Red+Green+Blue) = 178+94+253=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #B25EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EFD is #4DA102. Grayscale: #888888. Windows color (decimal): -5087491 or 16604850. OLE color: 16604850.

HSL color Cylindrical-coordinate representation of color #B25EFD: hue angle of 271.7º degrees, saturation: 0.98, 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 #B25EFD is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 94 253 -
CMYK 0.30 0.63 0 0.01
HSL 271.7º 0.98% 0.68% -
HSV(B) 271.7º 0.63% 0.99% -
XYZ 40.09 24.56 95.56 -
YUV 137.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 178 94 253 0.30 0.63 0 0.01 271.7 0.98 0.68
Hex B2 5E FD 1E 3F 0 1 110 62 44
Octal 262 136 375 36 77 0 1 420 142 104
Binary 10110010 1011110 11111101 11110 111111 0 1 100010000 1100010 1000100

Color Harmonies of #B25EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EFD

Black with #B25EFD

Text Example


Text Example

White with #B25EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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