Html Css Color HEX #B266ED Medium Orchid

📋 copy color: '#B266ED'

red 178 ◦ green 102 ◦ blue 237

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

Shades of Medium Orchid #B266ED

Tints of Medium Orchid #B266ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 34.43%
G = 19.73%
B = 45.84%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B266ED (or 0xB266ED) is known color: Medium Orchid. HEX triplet: B2, 66 and ED. RGB value is (178,102,237). Sum of RGB (Red+Green+Blue) = 178+102+237=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #B266ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266ED is #4D9912. Grayscale: #8B8B8B. Windows color (decimal): -5085459 or 15558322. OLE color: 15558322.

HSL color Cylindrical-coordinate representation of color #B266ED: hue angle of 273.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B266ED is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 102 237 -
CMYK 0.25 0.57 0 0.07
HSL 273.78º 0.79% 0.66% -
HSV(B) 273.78º 0.57% 0.93% -
XYZ 38.4 25.08 82.94 -
YUV 140.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 178 102 237 0.25 0.57 0 0.07 273.78 0.79 0.66
Hex B2 66 ED 19 39 0 7 112 4F 42
Octal 262 146 355 31 71 0 7 422 117 102
Binary 10110010 1100110 11101101 11001 111001 0 111 100010010 1001111 1000010

Color Harmonies of #B266ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266ED

Black with #B266ED

Text Example


Text Example

White with #B266ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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