Html Css Color HEX #B765EE Medium Orchid

📋 copy color: '#B765EE'

red 183 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #B765EE

Tints of Medium Orchid #B765EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 35.06%
G = 19.35%
B = 45.59%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B765EE (or 0xB765EE) is known color: Medium Orchid. HEX triplet: B7, 65 and EE. RGB value is (183,101,238). Sum of RGB (Red+Green+Blue) = 183+101+238=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #B765EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B765EE is #489A11. Grayscale: #8C8C8C. Windows color (decimal): -4758034 or 15623607. OLE color: 15623607.

HSL color Cylindrical-coordinate representation of color #B765EE: hue angle of 275.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B765EE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 101 238 -
CMYK 0.23 0.58 0 0.07
HSL 275.91º 0.8% 0.66% -
HSV(B) 275.91º 0.58% 0.93% -
XYZ 39.61 25.55 83.73 -
YUV 141.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 183 101 238 0.23 0.58 0 0.07 275.91 0.8 0.66
Hex B7 65 EE 17 3A 0 7 114 50 42
Octal 267 145 356 27 72 0 7 424 120 102
Binary 10110111 1100101 11101110 10111 111010 0 111 100010100 1010000 1000010

Color Harmonies of #B765EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765EE

Black with #B765EE

Text Example


Text Example

White with #B765EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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