Html Css Color HEX #B767F6 Medium Orchid

📋 copy color: '#B767F6'

red 183 ◦ green 103 ◦ blue 246

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

Shades of Medium Orchid #B767F6

Tints of Medium Orchid #B767F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.24%

R = 34.4%
G = 19.36%
B = 46.24%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B767F6 (or 0xB767F6) is known color: Medium Orchid. HEX triplet: B7, 67 and F6. RGB value is (183,103,246). Sum of RGB (Red+Green+Blue) = 183+103+246=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #B767F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767F6 is #489809. Grayscale: #8E8E8E. Windows color (decimal): -4757514 or 16148407. OLE color: 16148407.

HSL color Cylindrical-coordinate representation of color #B767F6: hue angle of 273.57º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B767F6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 103 246 -
CMYK 0.26 0.58 0 0.04
HSL 273.57º 0.89% 0.68% -
HSV(B) 273.57º 0.58% 0.96% -
XYZ 41.01 26.42 90.13 -
YUV 143.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 183 103 246 0.26 0.58 0 0.04 273.57 0.89 0.68
Hex B7 67 F6 1A 3A 0 4 112 59 44
Octal 267 147 366 32 72 0 4 422 131 104
Binary 10110111 1100111 11110110 11010 111010 0 100 100010010 1011001 1000100

Color Harmonies of #B767F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B767F6

Black with #B767F6

Text Example


Text Example

White with #B767F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B767F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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