Html Css Color HEX #B671CA Medium Orchid

📋 copy color: '#B671CA'

red 182 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B671CA

Tints of Medium Orchid #B671CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 36.62%
G = 22.74%
B = 40.64%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B671CA (or 0xB671CA) is known color: Medium Orchid. HEX triplet: B6, 71 and CA. RGB value is (182,113,202). Sum of RGB (Red+Green+Blue) = 182+113+202=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B671CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CA is #498E35. Grayscale: #8F8F8F. Windows color (decimal): -4820534 or 13267382. OLE color: 13267382.

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

Color convert

RGB 182 113 202 -
CMYK 0.10 0.44 0 0.21
HSL 286.52º 0.46% 0.62% -
HSV(B) 286.52º 0.44% 0.79% -
XYZ 35.86 26.02 59.01 -
YUV 143.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 182 113 202 0.10 0.44 0 0.21 286.52 0.46 0.62
Hex B6 71 CA A 2C 0 15 11F 2E 3E
Octal 266 161 312 12 54 0 25 437 56 76
Binary 10110110 1110001 11001010 1010 101100 0 10101 100011111 101110 111110

Color Harmonies of #B671CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671CA

Black with #B671CA

Text Example


Text Example

White with #B671CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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