Html Css Color HEX #B25CFC Medium Orchid

📋 copy color: '#B25CFC'

red 178 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B25CFC

Tints of Medium Orchid #B25CFC

RGB

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

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

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

R = 34.1%
G = 17.62%
B = 48.28%

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

#B25CFC (or 0xB25CFC) is known color: Medium Orchid. HEX triplet: B2, 5C and FC. RGB value is (178,92,252). Sum of RGB (Red+Green+Blue) = 178+92+252=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #B25CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CFC is #4DA303. Grayscale: #878787. Windows color (decimal): -5088004 or 16538802. OLE color: 16538802.

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

Color convert

RGB 178 92 252 -
CMYK 0.29 0.63 0 0.01
HSL 272.25º 0.96% 0.67% -
HSV(B) 272.25º 0.63% 0.99% -
XYZ 39.76 24.15 94.66 -
YUV 135.95 193.49 157.99 -
System Red Green Blue C M Y K H S L
Decimal 178 92 252 0.29 0.63 0 0.01 272.25 0.96 0.67
Hex B2 5C FC 1D 3F 0 1 110 60 43
Octal 262 134 374 35 77 0 1 420 140 103
Binary 10110010 1011100 11111100 11101 111111 0 1 100010000 1100000 1000011

Color Harmonies of #B25CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CFC

Black with #B25CFC

Text Example


Text Example

White with #B25CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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