Html Css Color HEX #B665EC Medium Orchid

📋 copy color: '#B665EC'

red 182 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #B665EC

Tints of Medium Orchid #B665EC

RGB

 RED value IS 182 (71.48% from 255) = 35.07%

 GREEN value IS 101 (39.84% from 255) = 19.46%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 35.07%
G = 19.46%
B = 45.47%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B665EC (or 0xB665EC) is known color: Medium Orchid. HEX triplet: B6, 65 and EC. RGB value is (182,101,236). Sum of RGB (Red+Green+Blue) = 182+101+236=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B665EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665EC is #499A13. Grayscale: #8C8C8C. Windows color (decimal): -4823572 or 15492534. OLE color: 15492534.

HSL color Cylindrical-coordinate representation of color #B665EC: hue angle of 276º degrees, saturation: 0.78, 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 #B665EC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 101 236 -
CMYK 0.23 0.57 0 0.07
HSL 276º 0.78% 0.66% -
HSV(B) 276º 0.57% 0.93% -
XYZ 39.09 25.31 82.18 -
YUV 140.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 182 101 236 0.23 0.57 0 0.07 276 0.78 0.66
Hex B6 65 EC 17 39 0 7 114 4E 42
Octal 266 145 354 27 71 0 7 424 116 102
Binary 10110110 1100101 11101100 10111 111001 0 111 100010100 1001110 1000010

Color Harmonies of #B665EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665EC

Black with #B665EC

Text Example


Text Example

White with #B665EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665EC; }

 p { color: rgb(182,101,236); }

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

background-color css

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

 a { background-color: rgb(182,101,236); }

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

border-color css

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

 span { border-color: rgb(182,101,236); }

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