Html Css Color HEX #B266DA Medium Orchid

📋 copy color: '#B266DA'

red 178 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #B266DA

Tints of Medium Orchid #B266DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 35.74%
G = 20.48%
B = 43.78%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B266DA (or 0xB266DA) is known color: Medium Orchid. HEX triplet: B2, 66 and DA. RGB value is (178,102,218). Sum of RGB (Red+Green+Blue) = 178+102+218=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B266DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266DA is #4D9925. Grayscale: #898989. Windows color (decimal): -5085478 or 14313138. OLE color: 14313138.

HSL color Cylindrical-coordinate representation of color #B266DA: hue angle of 279.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B266DA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 102 218 -
CMYK 0.18 0.53 0 0.15
HSL 279.31º 0.61% 0.63% -
HSV(B) 279.31º 0.53% 0.85% -
XYZ 35.77 24.03 69.08 -
YUV 137.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 178 102 218 0.18 0.53 0 0.15 279.31 0.61 0.63
Hex B2 66 DA 12 35 0 F 117 3D 3F
Octal 262 146 332 22 65 0 17 427 75 77
Binary 10110010 1100110 11011010 10010 110101 0 1111 100010111 111101 111111

Color Harmonies of #B266DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266DA

Black with #B266DA

Text Example


Text Example

White with #B266DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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