Html Css Color HEX #B76DF2 Medium Orchid

📋 copy color: '#B76DF2'

red 183 ◦ green 109 ◦ blue 242

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

Shades of Medium Orchid #B76DF2

Tints of Medium Orchid #B76DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 34.27%
G = 20.41%
B = 45.32%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B76DF2 (or 0xB76DF2) is known color: Medium Orchid. HEX triplet: B7, 6D and F2. RGB value is (183,109,242). Sum of RGB (Red+Green+Blue) = 183+109+242=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #B76DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76DF2 is #48920D. Grayscale: #919191. Windows color (decimal): -4755982 or 15887799. OLE color: 15887799.

HSL color Cylindrical-coordinate representation of color #B76DF2: hue angle of 273.38º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76DF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 109 242 -
CMYK 0.24 0.55 0 0.05
HSL 273.38º 0.84% 0.69% -
HSV(B) 273.38º 0.55% 0.95% -
XYZ 41.02 27.42 87.13 -
YUV 146.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 183 109 242 0.24 0.55 0 0.05 273.38 0.84 0.69
Hex B7 6D F2 18 37 0 5 111 54 45
Octal 267 155 362 30 67 0 5 421 124 105
Binary 10110111 1101101 11110010 11000 110111 0 101 100010001 1010100 1000101

Color Harmonies of #B76DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DF2

Black with #B76DF2

Text Example


Text Example

White with #B76DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DF2; }

 p { color: rgb(183,109,242); }

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

background-color css

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

 a { background-color: rgb(183,109,242); }

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

border-color css

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

 span { border-color: rgb(183,109,242); }

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