Html Css Color HEX #B267D9 Medium Orchid

📋 copy color: '#B267D9'

red 178 ◦ green 103 ◦ blue 217

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

Shades of Medium Orchid #B267D9

Tints of Medium Orchid #B267D9

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

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

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 35.74%
G = 20.68%
B = 43.57%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B267D9 (or 0xB267D9) is known color: Medium Orchid. HEX triplet: B2, 67 and D9. RGB value is (178,103,217). Sum of RGB (Red+Green+Blue) = 178+103+217=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #B267D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267D9 is #4D9826. Grayscale: #8A8A8A. Windows color (decimal): -5085223 or 14247858. OLE color: 14247858.

HSL color Cylindrical-coordinate representation of color #B267D9: hue angle of 279.47º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B267D9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 103 217 -
CMYK 0.18 0.53 0 0.15
HSL 279.47º 0.6% 0.63% -
HSV(B) 279.47º 0.53% 0.85% -
XYZ 35.73 24.18 68.43 -
YUV 138.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 178 103 217 0.18 0.53 0 0.15 279.47 0.6 0.63
Hex B2 67 D9 12 35 0 F 117 3C 3F
Octal 262 147 331 22 65 0 17 427 74 77
Binary 10110010 1100111 11011001 10010 110101 0 1111 100010111 111100 111111

Color Harmonies of #B267D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267D9

Black with #B267D9

Text Example


Text Example

White with #B267D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267D9; }

 p { color: rgb(178,103,217); }

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

background-color css

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

 a { background-color: rgb(178,103,217); }

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

border-color css

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

 span { border-color: rgb(178,103,217); }

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