Html Css Color HEX #B266E9 Medium Orchid

📋 copy color: '#B266E9'

red 178 ◦ green 102 ◦ blue 233

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

Shades of Medium Orchid #B266E9

Tints of Medium Orchid #B266E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 34.7%
G = 19.88%
B = 45.42%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B266E9 (or 0xB266E9) is known color: Medium Orchid. HEX triplet: B2, 66 and E9. RGB value is (178,102,233). Sum of RGB (Red+Green+Blue) = 178+102+233=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #B266E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266E9 is #4D9916. Grayscale: #8B8B8B. Windows color (decimal): -5085463 or 15296178. OLE color: 15296178.

HSL color Cylindrical-coordinate representation of color #B266E9: hue angle of 274.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B266E9 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 102 233 -
CMYK 0.24 0.56 0 0.09
HSL 274.81º 0.75% 0.66% -
HSV(B) 274.81º 0.56% 0.91% -
XYZ 37.82 24.85 79.89 -
YUV 139.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 178 102 233 0.24 0.56 0 0.09 274.81 0.75 0.66
Hex B2 66 E9 18 38 0 9 113 4B 42
Octal 262 146 351 30 70 0 11 423 113 102
Binary 10110010 1100110 11101001 11000 111000 0 1001 100010011 1001011 1000010

Color Harmonies of #B266E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266E9

Black with #B266E9

Text Example


Text Example

White with #B266E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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