Html Css Color HEX #B264D0 Medium Orchid

📋 copy color: '#B264D0'

red 178 ◦ green 100 ◦ blue 208

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

Shades of Medium Orchid #B264D0

Tints of Medium Orchid #B264D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 36.63%
G = 20.58%
B = 42.8%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B264D0 (or 0xB264D0) is known color: Medium Orchid. HEX triplet: B2, 64 and D0. RGB value is (178,100,208). Sum of RGB (Red+Green+Blue) = 178+100+208=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #B264D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264D0 is #4D9B2F. Grayscale: #878787. Windows color (decimal): -5086000 or 13657266. OLE color: 13657266.

HSL color Cylindrical-coordinate representation of color #B264D0: hue angle of 283.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B264D0 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 100 208 -
CMYK 0.14 0.52 0 0.18
HSL 283.33º 0.53% 0.6% -
HSV(B) 283.33º 0.52% 0.82% -
XYZ 34.3 23.13 62.33 -
YUV 135.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 178 100 208 0.14 0.52 0 0.18 283.33 0.53 0.6
Hex B2 64 D0 E 34 0 12 11B 35 3C
Octal 262 144 320 16 64 0 22 433 65 74
Binary 10110010 1100100 11010000 1110 110100 0 10010 100011011 110101 111100

Color Harmonies of #B264D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264D0

Black with #B264D0

Text Example


Text Example

White with #B264D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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