Html Css Color HEX #B266EA Medium Orchid

📋 copy color: '#B266EA'

red 178 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #B266EA

Tints of Medium Orchid #B266EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 34.63%
G = 19.84%
B = 45.53%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B266EA (or 0xB266EA) is known color: Medium Orchid. HEX triplet: B2, 66 and EA. RGB value is (178,102,234). Sum of RGB (Red+Green+Blue) = 178+102+234=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #B266EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266EA is #4D9915. Grayscale: #8B8B8B. Windows color (decimal): -5085462 or 15361714. OLE color: 15361714.

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

Color convert

RGB 178 102 234 -
CMYK 0.24 0.56 0 0.08
HSL 274.55º 0.76% 0.66% -
HSV(B) 274.55º 0.56% 0.92% -
XYZ 37.96 24.91 80.65 -
YUV 139.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 178 102 234 0.24 0.56 0 0.08 274.55 0.76 0.66
Hex B2 66 EA 18 38 0 8 113 4C 42
Octal 262 146 352 30 70 0 10 423 114 102
Binary 10110010 1100110 11101010 11000 111000 0 1000 100010011 1001100 1000010

Color Harmonies of #B266EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266EA

Black with #B266EA

Text Example


Text Example

White with #B266EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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