Html Css Color HEX #B266CD Medium Orchid

📋 copy color: '#B266CD'

red 178 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #B266CD

Tints of Medium Orchid #B266CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.03%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 36.7%
G = 21.03%
B = 42.27%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B266CD (or 0xB266CD) is known color: Medium Orchid. HEX triplet: B2, 66 and CD. RGB value is (178,102,205). Sum of RGB (Red+Green+Blue) = 178+102+205=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B266CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266CD is #4D9932. Grayscale: #888888. Windows color (decimal): -5085491 or 13461170. OLE color: 13461170.

HSL color Cylindrical-coordinate representation of color #B266CD: hue angle of 284.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B266CD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 102 205 -
CMYK 0.13 0.50 0 0.20
HSL 284.27º 0.51% 0.6% -
HSV(B) 284.27º 0.5% 0.8% -
XYZ 34.13 23.38 60.47 -
YUV 136.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 178 102 205 0.13 0.50 0 0.20 284.27 0.51 0.6
Hex B2 66 CD D 32 0 14 11C 33 3C
Octal 262 146 315 15 62 0 24 434 63 74
Binary 10110010 1100110 11001101 1101 110010 0 10100 100011100 110011 111100

Color Harmonies of #B266CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266CD

Black with #B266CD

Text Example


Text Example

White with #B266CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266CD; }

 p { color: rgb(178,102,205); }

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

background-color css

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

 a { background-color: rgb(178,102,205); }

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

border-color css

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

 span { border-color: rgb(178,102,205); }

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