Html Css Color HEX #B366EA Medium Orchid

📋 copy color: '#B366EA'

red 179 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #B366EA

Tints of Medium Orchid #B366EA

RGB

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

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

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

R = 34.76%
G = 19.81%
B = 45.44%

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

#B366EA (or 0xB366EA) is known color: Medium Orchid. HEX triplet: B3, 66 and EA. RGB value is (179,102,234). Sum of RGB (Red+Green+Blue) = 179+102+234=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #B366EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366EA is #4C9915. Grayscale: #8B8B8B. Windows color (decimal): -5019926 or 15361715. OLE color: 15361715.

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

Color convert

RGB 179 102 234 -
CMYK 0.24 0.56 0 0.08
HSL 275º 0.76% 0.66% -
HSV(B) 275º 0.56% 0.92% -
XYZ 38.19 25.03 80.66 -
YUV 140.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 179 102 234 0.24 0.56 0 0.08 275 0.76 0.66
Hex B3 66 EA 18 38 0 8 113 4C 42
Octal 263 146 352 30 70 0 10 423 114 102
Binary 10110011 1100110 11101010 11000 111000 0 1000 100010011 1001100 1000010

Color Harmonies of #B366EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366EA

Black with #B366EA

Text Example


Text Example

White with #B366EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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