Html Css Color HEX #B25BCC Medium Orchid

📋 copy color: '#B25BCC'

red 178 ◦ green 91 ◦ blue 204

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

Shades of Medium Orchid #B25BCC

Tints of Medium Orchid #B25BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 37.63%
G = 19.24%
B = 43.13%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B25BCC (or 0xB25BCC) is known color: Medium Orchid. HEX triplet: B2, 5B and CC. RGB value is (178,91,204). Sum of RGB (Red+Green+Blue) = 178+91+204=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCC is #4DA433. Grayscale: #818181. Windows color (decimal): -5088308 or 13392818. OLE color: 13392818.

HSL color Cylindrical-coordinate representation of color #B25BCC: hue angle of 286.19º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25BCC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 91 204 -
CMYK 0.13 0.55 0 0.2
HSL 286.19º 0.53% 0.58% -
HSV(B) 286.19º 0.55% 0.8% -
XYZ 33 21.31 59.5 -
YUV 129.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 178 91 204 0.13 0.55 0 0.2 286.19 0.53 0.58
Hex B2 5B CC D 37 0 14 11E 35 3A
Octal 262 133 314 15 67 0 24 436 65 72
Binary 10110010 1011011 11001100 1101 110111 0 10100 100011110 110101 111010

Color Harmonies of #B25BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BCC

Black with #B25BCC

Text Example


Text Example

White with #B25BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BCC; }

 p { color: rgb(178,91,204); }

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

background-color css

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

 a { background-color: rgb(178,91,204); }

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

border-color css

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

 span { border-color: rgb(178,91,204); }

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