Html Css Color HEX #B764DF Medium Orchid

📋 copy color: '#B764DF'

red 183 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B764DF

Tints of Medium Orchid #B764DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 36.17%
G = 19.76%
B = 44.07%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B764DF (or 0xB764DF) is known color: Medium Orchid. HEX triplet: B7, 64 and DF. RGB value is (183,100,223). Sum of RGB (Red+Green+Blue) = 183+100+223=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B764DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764DF is #489B20. Grayscale: #8A8A8A. Windows color (decimal): -4758305 or 14640311. OLE color: 14640311.

HSL color Cylindrical-coordinate representation of color #B764DF: hue angle of 280.49º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B764DF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 100 223 -
CMYK 0.18 0.55 0 0.13
HSL 280.49º 0.66% 0.63% -
HSV(B) 280.49º 0.55% 0.87% -
XYZ 37.4 24.51 72.57 -
YUV 138.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 183 100 223 0.18 0.55 0 0.13 280.49 0.66 0.63
Hex B7 64 DF 12 37 0 D 118 42 3F
Octal 267 144 337 22 67 0 15 430 102 77
Binary 10110111 1100100 11011111 10010 110111 0 1101 100011000 1000010 111111

Color Harmonies of #B764DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764DF

Black with #B764DF

Text Example


Text Example

White with #B764DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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