Html Css Color HEX #B264C6 Medium Orchid

📋 copy color: '#B264C6'

red 178 ◦ green 100 ◦ blue 198

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

Shades of Medium Orchid #B264C6

Tints of Medium Orchid #B264C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 37.39%
G = 21.01%
B = 41.6%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B264C6 (or 0xB264C6) is known color: Medium Orchid. HEX triplet: B2, 64 and C6. RGB value is (178,100,198). Sum of RGB (Red+Green+Blue) = 178+100+198=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #B264C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264C6 is #4D9B39. Grayscale: #868686. Windows color (decimal): -5086010 or 13001906. OLE color: 13001906.

HSL color Cylindrical-coordinate representation of color #B264C6: hue angle of 287.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B264C6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 100 198 -
CMYK 0.10 0.49 0 0.22
HSL 287.76º 0.46% 0.58% -
HSV(B) 287.76º 0.49% 0.78% -
XYZ 33.11 22.66 56.05 -
YUV 134.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 178 100 198 0.10 0.49 0 0.22 287.76 0.46 0.58
Hex B2 64 C6 A 31 0 16 120 2E 3A
Octal 262 144 306 12 61 0 26 440 56 72
Binary 10110010 1100100 11000110 1010 110001 0 10110 100100000 101110 111010

Color Harmonies of #B264C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264C6

Black with #B264C6

Text Example


Text Example

White with #B264C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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