Html Css Color HEX #B667C9 Medium Orchid

📋 copy color: '#B667C9'

red 182 ◦ green 103 ◦ blue 201

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

Shades of Medium Orchid #B667C9

Tints of Medium Orchid #B667C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 37.45%
G = 21.19%
B = 41.36%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B667C9 (or 0xB667C9) is known color: Medium Orchid. HEX triplet: B6, 67 and C9. RGB value is (182,103,201). Sum of RGB (Red+Green+Blue) = 182+103+201=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #B667C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667C9 is #499836. Grayscale: #898989. Windows color (decimal): -4823095 or 13199286. OLE color: 13199286.

HSL color Cylindrical-coordinate representation of color #B667C9: hue angle of 288.37º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B667C9 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 103 201 -
CMYK 0.09 0.49 0 0.21
HSL 288.37º 0.48% 0.6% -
HSV(B) 288.37º 0.49% 0.79% -
XYZ 34.68 23.86 58.04 -
YUV 137.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 182 103 201 0.09 0.49 0 0.21 288.37 0.48 0.6
Hex B6 67 C9 9 31 0 15 120 30 3C
Octal 266 147 311 11 61 0 25 440 60 74
Binary 10110110 1100111 11001001 1001 110001 0 10101 100100000 110000 111100

Color Harmonies of #B667C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B667C9

Black with #B667C9

Text Example


Text Example

White with #B667C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B667C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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