Html Css Color HEX #B765EC Medium Orchid

📋 copy color: '#B765EC'

red 183 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #B765EC

Tints of Medium Orchid #B765EC

RGB

 RED value IS 183 (71.88% from 255) = 35.19%

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

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

R = 35.19%
G = 19.42%
B = 45.38%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B765EC (or 0xB765EC) is known color: Medium Orchid. HEX triplet: B7, 65 and EC. RGB value is (183,101,236). Sum of RGB (Red+Green+Blue) = 183+101+236=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #B765EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B765EC is #489A13. Grayscale: #8C8C8C. Windows color (decimal): -4758036 or 15492535. OLE color: 15492535.

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

Color convert

RGB 183 101 236 -
CMYK 0.22 0.57 0 0.07
HSL 276.44º 0.78% 0.66% -
HSV(B) 276.44º 0.57% 0.93% -
XYZ 39.32 25.43 82.19 -
YUV 140.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 183 101 236 0.22 0.57 0 0.07 276.44 0.78 0.66
Hex B7 65 EC 16 39 0 7 114 4E 42
Octal 267 145 354 26 71 0 7 424 116 102
Binary 10110111 1100101 11101100 10110 111001 0 111 100010100 1001110 1000010

Color Harmonies of #B765EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765EC

Black with #B765EC

Text Example


Text Example

White with #B765EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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