Html Css Color HEX #B267CD Medium Orchid

📋 copy color: '#B267CD'

red 178 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #B267CD

Tints of Medium Orchid #B267CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 36.63%
G = 21.19%
B = 42.18%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B267CD (or 0xB267CD) is known color: Medium Orchid. HEX triplet: B2, 67 and CD. RGB value is (178,103,205). Sum of RGB (Red+Green+Blue) = 178+103+205=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B267CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267CD is #4D9832. Grayscale: #888888. Windows color (decimal): -5085235 or 13461426. OLE color: 13461426.

HSL color Cylindrical-coordinate representation of color #B267CD: hue angle of 284.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B267CD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 103 205 -
CMYK 0.13 0.50 0 0.20
HSL 284.12º 0.5% 0.6% -
HSV(B) 284.12º 0.5% 0.8% -
XYZ 34.23 23.57 60.5 -
YUV 137.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 178 103 205 0.13 0.50 0 0.20 284.12 0.5 0.6
Hex B2 67 CD D 32 0 14 11C 32 3C
Octal 262 147 315 15 62 0 24 434 62 74
Binary 10110010 1100111 11001101 1101 110010 0 10100 100011100 110010 111100

Color Harmonies of #B267CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267CD

Black with #B267CD

Text Example


Text Example

White with #B267CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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