Html Css Color HEX #B25CC3 Medium Orchid

📋 copy color: '#B25CC3'

red 178 ◦ green 92 ◦ blue 195

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

Shades of Medium Orchid #B25CC3

Tints of Medium Orchid #B25CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 38.28%
G = 19.78%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B25CC3 (or 0xB25CC3) is known color: Medium Orchid. HEX triplet: B2, 5C and C3. RGB value is (178,92,195). Sum of RGB (Red+Green+Blue) = 178+92+195=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #B25CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CC3 is #4DA33C. Grayscale: #818181. Windows color (decimal): -5088061 or 12803250. OLE color: 12803250.

HSL color Cylindrical-coordinate representation of color #B25CC3: hue angle of 290.1º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25CC3 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 92 195 -
CMYK 0.09 0.53 0 0.24
HSL 290.1º 0.46% 0.56% -
HSV(B) 290.1º 0.53% 0.76% -
XYZ 32.04 21.06 54.01 -
YUV 129.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 178 92 195 0.09 0.53 0 0.24 290.1 0.46 0.56
Hex B2 5C C3 9 35 0 18 122 2E 38
Octal 262 134 303 11 65 0 30 442 56 70
Binary 10110010 1011100 11000011 1001 110101 0 11000 100100010 101110 111000

Color Harmonies of #B25CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CC3

Black with #B25CC3

Text Example


Text Example

White with #B25CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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