Html Css Color HEX #B264C3 Medium Orchid

📋 copy color: '#B264C3'

red 178 ◦ green 100 ◦ blue 195

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

Shades of Medium Orchid #B264C3

Tints of Medium Orchid #B264C3

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 37.63%
G = 21.14%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B264C3 (or 0xB264C3) is known color: Medium Orchid. HEX triplet: B2, 64 and C3. RGB value is (178,100,195). Sum of RGB (Red+Green+Blue) = 178+100+195=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #B264C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264C3 is #4D9B3C. Grayscale: #858585. Windows color (decimal): -5086013 or 12805298. OLE color: 12805298.

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

Color convert

RGB 178 100 195 -
CMYK 0.09 0.49 0 0.24
HSL 289.26º 0.44% 0.58% -
HSV(B) 289.26º 0.49% 0.76% -
XYZ 32.77 22.52 54.25 -
YUV 134.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 178 100 195 0.09 0.49 0 0.24 289.26 0.44 0.58
Hex B2 64 C3 9 31 0 18 121 2C 3A
Octal 262 144 303 11 61 0 30 441 54 72
Binary 10110010 1100100 11000011 1001 110001 0 11000 100100001 101100 111010

Color Harmonies of #B264C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264C3

Black with #B264C3

Text Example


Text Example

White with #B264C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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