Html Css Color HEX #B671CB Medium Orchid

📋 copy color: '#B671CB'

red 182 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #B671CB

Tints of Medium Orchid #B671CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.69%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 36.55%
G = 22.69%
B = 40.76%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B671CB (or 0xB671CB) is known color: Medium Orchid. HEX triplet: B6, 71 and CB. RGB value is (182,113,203). Sum of RGB (Red+Green+Blue) = 182+113+203=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B671CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CB is #498E34. Grayscale: #8F8F8F. Windows color (decimal): -4820533 or 13332918. OLE color: 13332918.

HSL color Cylindrical-coordinate representation of color #B671CB: hue angle of 286º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B671CB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 113 203 -
CMYK 0.10 0.44 0 0.20
HSL 286º 0.46% 0.62% -
HSV(B) 286º 0.44% 0.8% -
XYZ 35.98 26.07 59.64 -
YUV 143.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 182 113 203 0.10 0.44 0 0.20 286 0.46 0.62
Hex B6 71 CB A 2C 0 14 11E 2E 3E
Octal 266 161 313 12 54 0 24 436 56 76
Binary 10110110 1110001 11001011 1010 101100 0 10100 100011110 101110 111110

Color Harmonies of #B671CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671CB

Black with #B671CB

Text Example


Text Example

White with #B671CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671CB; }

 p { color: rgb(182,113,203); }

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

background-color css

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

 a { background-color: rgb(182,113,203); }

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

border-color css

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

 span { border-color: rgb(182,113,203); }

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