Html Css Color HEX #B667CD Medium Orchid

📋 copy color: '#B667CD'

red 182 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #B667CD

Tints of Medium Orchid #B667CD

RGB

 RED value IS 182 (71.48% from 255) = 37.14%

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

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

R = 37.14%
G = 21.02%
B = 41.84%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B667CD (or 0xB667CD) is known color: Medium Orchid. HEX triplet: B6, 67 and CD. RGB value is (182,103,205). Sum of RGB (Red+Green+Blue) = 182+103+205=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B667CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667CD is #499832. Grayscale: #898989. Windows color (decimal): -4823091 or 13461430. OLE color: 13461430.

HSL color Cylindrical-coordinate representation of color #B667CD: hue angle of 286.47º 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 #B667CD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 103 205 -
CMYK 0.11 0.50 0 0.20
HSL 286.47º 0.5% 0.6% -
HSV(B) 286.47º 0.5% 0.8% -
XYZ 35.16 24.05 60.55 -
YUV 138.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 182 103 205 0.11 0.50 0 0.20 286.47 0.5 0.6
Hex B6 67 CD B 32 0 14 11E 32 3C
Octal 266 147 315 13 62 0 24 436 62 74
Binary 10110110 1100111 11001101 1011 110010 0 10100 100011110 110010 111100

Color Harmonies of #B667CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B667CD

Black with #B667CD

Text Example


Text Example

White with #B667CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B667CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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