Html Css Color HEX #B366E9 Medium Orchid

📋 copy color: '#B366E9'

red 179 ◦ green 102 ◦ blue 233

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

Shades of Medium Orchid #B366E9

Tints of Medium Orchid #B366E9

RGB

 RED value IS 179 (70.31% from 255) = 34.82%

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

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

R = 34.82%
G = 19.84%
B = 45.33%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B366E9 (or 0xB366E9) is known color: Medium Orchid. HEX triplet: B3, 66 and E9. RGB value is (179,102,233). Sum of RGB (Red+Green+Blue) = 179+102+233=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #B366E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366E9 is #4C9916. Grayscale: #8B8B8B. Windows color (decimal): -5019927 or 15296179. OLE color: 15296179.

HSL color Cylindrical-coordinate representation of color #B366E9: hue angle of 275.27º 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 #B366E9 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 102 233 -
CMYK 0.23 0.56 0 0.09
HSL 275.27º 0.75% 0.66% -
HSV(B) 275.27º 0.56% 0.91% -
XYZ 38.05 24.97 79.9 -
YUV 139.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 179 102 233 0.23 0.56 0 0.09 275.27 0.75 0.66
Hex B3 66 E9 17 38 0 9 113 4B 42
Octal 263 146 351 27 70 0 11 423 113 102
Binary 10110011 1100110 11101001 10111 111000 0 1001 100010011 1001011 1000010

Color Harmonies of #B366E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366E9

Black with #B366E9

Text Example


Text Example

White with #B366E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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