Html Css Color HEX #B266E0 Medium Orchid

📋 copy color: '#B266E0'

red 178 ◦ green 102 ◦ blue 224

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

Shades of Medium Orchid #B266E0

Tints of Medium Orchid #B266E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 35.32%
G = 20.24%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B266E0 (or 0xB266E0) is known color: Medium Orchid. HEX triplet: B2, 66 and E0. RGB value is (178,102,224). Sum of RGB (Red+Green+Blue) = 178+102+224=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #B266E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266E0 is #4D991F. Grayscale: #8A8A8A. Windows color (decimal): -5085472 or 14706354. OLE color: 14706354.

HSL color Cylindrical-coordinate representation of color #B266E0: hue angle of 277.38º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B266E0 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 102 224 -
CMYK 0.21 0.54 0 0.12
HSL 277.38º 0.66% 0.64% -
HSV(B) 277.38º 0.54% 0.88% -
XYZ 36.57 24.35 73.29 -
YUV 138.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 178 102 224 0.21 0.54 0 0.12 277.38 0.66 0.64
Hex B2 66 E0 15 36 0 C 115 42 40
Octal 262 146 340 25 66 0 14 425 102 100
Binary 10110010 1100110 11100000 10101 110110 0 1100 100010101 1000010 1000000

Color Harmonies of #B266E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266E0

Black with #B266E0

Text Example


Text Example

White with #B266E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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