Html Css Color HEX #B76BDF Medium Orchid

📋 copy color: '#B76BDF'

red 183 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #B76BDF

Tints of Medium Orchid #B76BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

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

R = 35.67%
G = 20.86%
B = 43.47%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B76BDF (or 0xB76BDF) is known color: Medium Orchid. HEX triplet: B7, 6B and DF. RGB value is (183,107,223). Sum of RGB (Red+Green+Blue) = 183+107+223=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B76BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BDF is #489420. Grayscale: #8E8E8E. Windows color (decimal): -4756513 or 14642103. OLE color: 14642103.

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

Color convert

RGB 183 107 223 -
CMYK 0.18 0.52 0 0.13
HSL 279.31º 0.64% 0.65% -
HSV(B) 279.31º 0.52% 0.87% -
XYZ 38.11 25.91 72.8 -
YUV 142.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 183 107 223 0.18 0.52 0 0.13 279.31 0.64 0.65
Hex B7 6B DF 12 34 0 D 117 40 41
Octal 267 153 337 22 64 0 15 427 100 101
Binary 10110111 1101011 11011111 10010 110100 0 1101 100010111 1000000 1000001

Color Harmonies of #B76BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BDF

Black with #B76BDF

Text Example


Text Example

White with #B76BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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