Html Css Color HEX #B25CFD Medium Orchid

📋 copy color: '#B25CFD'

red 178 ◦ green 92 ◦ blue 253

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

Shades of Medium Orchid #B25CFD

Tints of Medium Orchid #B25CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

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

R = 34.03%
G = 17.59%
B = 48.37%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B25CFD (or 0xB25CFD) is known color: Medium Orchid. HEX triplet: B2, 5C and FD. RGB value is (178,92,253). Sum of RGB (Red+Green+Blue) = 178+92+253=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #B25CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CFD is #4DA302. Grayscale: #878787. Windows color (decimal): -5088003 or 16604338. OLE color: 16604338.

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

Color convert

RGB 178 92 253 -
CMYK 0.30 0.64 0 0.01
HSL 272.05º 0.98% 0.68% -
HSV(B) 272.05º 0.64% 0.99% -
XYZ 39.92 24.21 95.5 -
YUV 136.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 178 92 253 0.30 0.64 0 0.01 272.05 0.98 0.68
Hex B2 5C FD 1E 40 0 1 110 62 44
Octal 262 134 375 36 100 0 1 420 142 104
Binary 10110010 1011100 11111101 11110 1000000 0 1 100010000 1100010 1000100

Color Harmonies of #B25CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CFD

Black with #B25CFD

Text Example


Text Example

White with #B25CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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