Html Css Color HEX #B25FC3 Medium Orchid

📋 copy color: '#B25FC3'

red 178 ◦ green 95 ◦ blue 195

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

Shades of Medium Orchid #B25FC3

Tints of Medium Orchid #B25FC3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

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

R = 38.03%
G = 20.3%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B25FC3 (or 0xB25FC3) is known color: Medium Orchid. HEX triplet: B2, 5F and C3. RGB value is (178,95,195). Sum of RGB (Red+Green+Blue) = 178+95+195=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #B25FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FC3 is #4DA03C. Grayscale: #828282. Windows color (decimal): -5087293 or 12804018. OLE color: 12804018.

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

Color convert

RGB 178 95 195 -
CMYK 0.09 0.51 0 0.24
HSL 289.8º 0.45% 0.57% -
HSV(B) 289.8º 0.51% 0.76% -
XYZ 32.3 21.59 54.09 -
YUV 131.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 178 95 195 0.09 0.51 0 0.24 289.8 0.45 0.57
Hex B2 5F C3 9 33 0 18 122 2D 39
Octal 262 137 303 11 63 0 30 442 55 71
Binary 10110010 1011111 11000011 1001 110011 0 11000 100100010 101101 111001

Color Harmonies of #B25FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FC3

Black with #B25FC3

Text Example


Text Example

White with #B25FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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