Html Css Color HEX #B764EE Medium Orchid

📋 copy color: '#B764EE'

red 183 ◦ green 100 ◦ blue 238

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

Shades of Medium Orchid #B764EE

Tints of Medium Orchid #B764EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.19%

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

R = 35.12%
G = 19.19%
B = 45.68%

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

#B764EE (or 0xB764EE) is known color: Medium Orchid. HEX triplet: B7, 64 and EE. RGB value is (183,100,238). Sum of RGB (Red+Green+Blue) = 183+100+238=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #B764EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764EE is #489B11. Grayscale: #8C8C8C. Windows color (decimal): -4758290 or 15623351. OLE color: 15623351.

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

Color convert

RGB 183 100 238 -
CMYK 0.23 0.58 0 0.07
HSL 276.09º 0.8% 0.66% -
HSV(B) 276.09º 0.58% 0.93% -
XYZ 39.52 25.35 83.7 -
YUV 140.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 183 100 238 0.23 0.58 0 0.07 276.09 0.8 0.66
Hex B7 64 EE 17 3A 0 7 114 50 42
Octal 267 144 356 27 72 0 7 424 120 102
Binary 10110111 1100100 11101110 10111 111010 0 111 100010100 1010000 1000010

Color Harmonies of #B764EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764EE

Black with #B764EE

Text Example


Text Example

White with #B764EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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