Html Css Color HEX #B767D0 Medium Orchid

📋 copy color: '#B767D0'

red 183 ◦ green 103 ◦ blue 208

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

Shades of Medium Orchid #B767D0

Tints of Medium Orchid #B767D0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.85%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 37.04%
G = 20.85%
B = 42.11%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B767D0 (or 0xB767D0) is known color: Medium Orchid. HEX triplet: B7, 67 and D0. RGB value is (183,103,208). Sum of RGB (Red+Green+Blue) = 183+103+208=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #B767D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767D0 is #48982F. Grayscale: #8A8A8A. Windows color (decimal): -4757552 or 13658039. OLE color: 13658039.

HSL color Cylindrical-coordinate representation of color #B767D0: hue angle of 285.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B767D0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 103 208 -
CMYK 0.12 0.50 0 0.18
HSL 285.71º 0.53% 0.61% -
HSV(B) 285.71º 0.5% 0.82% -
XYZ 35.76 24.32 62.48 -
YUV 138.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 183 103 208 0.12 0.50 0 0.18 285.71 0.53 0.61
Hex B7 67 D0 C 32 0 12 11E 35 3D
Octal 267 147 320 14 62 0 22 436 65 75
Binary 10110111 1100111 11010000 1100 110010 0 10010 100011110 110101 111101

Color Harmonies of #B767D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B767D0

Black with #B767D0

Text Example


Text Example

White with #B767D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B767D0; }

 p { color: rgb(183,103,208); }

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

background-color css

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

 a { background-color: rgb(183,103,208); }

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

border-color css

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

 span { border-color: rgb(183,103,208); }

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