Html Css Color HEX #B25CF3 Medium Orchid

📋 copy color: '#B25CF3'

red 178 ◦ green 92 ◦ blue 243

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

Shades of Medium Orchid #B25CF3

Tints of Medium Orchid #B25CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 34.7%
G = 17.93%
B = 47.37%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B25CF3 (or 0xB25CF3) is known color: Medium Orchid. HEX triplet: B2, 5C and F3. RGB value is (178,92,243). Sum of RGB (Red+Green+Blue) = 178+92+243=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #B25CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CF3 is #4DA30C. Grayscale: #868686. Windows color (decimal): -5088013 or 15948978. OLE color: 15948978.

HSL color Cylindrical-coordinate representation of color #B25CF3: hue angle of 274.17º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25CF3 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 92 243 -
CMYK 0.27 0.62 0 0.05
HSL 274.17º 0.86% 0.66% -
HSV(B) 274.17º 0.62% 0.95% -
XYZ 38.36 23.59 87.33 -
YUV 134.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 178 92 243 0.27 0.62 0 0.05 274.17 0.86 0.66
Hex B2 5C F3 1B 3E 0 5 112 56 42
Octal 262 134 363 33 76 0 5 422 126 102
Binary 10110010 1011100 11110011 11011 111110 0 101 100010010 1010110 1000010

Color Harmonies of #B25CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CF3

Black with #B25CF3

Text Example


Text Example

White with #B25CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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