Html Css Color HEX #B266F3 Medium Orchid

📋 copy color: '#B266F3'

red 178 ◦ green 102 ◦ blue 243

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

Shades of Medium Orchid #B266F3

Tints of Medium Orchid #B266F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 34.03%
G = 19.5%
B = 46.46%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B266F3 (or 0xB266F3) is known color: Medium Orchid. HEX triplet: B2, 66 and F3. RGB value is (178,102,243). Sum of RGB (Red+Green+Blue) = 178+102+243=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #B266F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266F3 is #4D990C. Grayscale: #8C8C8C. Windows color (decimal): -5085453 or 15951538. OLE color: 15951538.

HSL color Cylindrical-coordinate representation of color #B266F3: hue angle of 272.34º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B266F3 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 102 243 -
CMYK 0.27 0.58 0 0.05
HSL 272.34º 0.85% 0.68% -
HSV(B) 272.34º 0.58% 0.95% -
XYZ 39.29 25.44 87.63 -
YUV 140.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 178 102 243 0.27 0.58 0 0.05 272.34 0.85 0.68
Hex B2 66 F3 1B 3A 0 5 110 55 44
Octal 262 146 363 33 72 0 5 420 125 104
Binary 10110010 1100110 11110011 11011 111010 0 101 100010000 1010101 1000100

Color Harmonies of #B266F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266F3

Black with #B266F3

Text Example


Text Example

White with #B266F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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