Html Css Color HEX #B764D7 Medium Orchid

📋 copy color: '#B764D7'

red 183 ◦ green 100 ◦ blue 215

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

Shades of Medium Orchid #B764D7

Tints of Medium Orchid #B764D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 36.75%
G = 20.08%
B = 43.17%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B764D7 (or 0xB764D7) is known color: Medium Orchid. HEX triplet: B7, 64 and D7. RGB value is (183,100,215). Sum of RGB (Red+Green+Blue) = 183+100+215=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #B764D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764D7 is #489B28. Grayscale: #898989. Windows color (decimal): -4758313 or 14116023. OLE color: 14116023.

HSL color Cylindrical-coordinate representation of color #B764D7: hue angle of 283.3º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B764D7 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 100 215 -
CMYK 0.15 0.53 0 0.16
HSL 283.3º 0.59% 0.62% -
HSV(B) 283.3º 0.53% 0.84% -
XYZ 36.35 24.09 67.02 -
YUV 137.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 183 100 215 0.15 0.53 0 0.16 283.3 0.59 0.62
Hex B7 64 D7 F 35 0 10 11B 3B 3E
Octal 267 144 327 17 65 0 20 433 73 76
Binary 10110111 1100100 11010111 1111 110101 0 10000 100011011 111011 111110

Color Harmonies of #B764D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764D7

Black with #B764D7

Text Example


Text Example

White with #B764D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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