Html Css Color HEX #B671CF Medium Orchid

📋 copy color: '#B671CF'

red 182 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #B671CF

Tints of Medium Orchid #B671CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 36.25%
G = 22.51%
B = 41.24%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B671CF (or 0xB671CF) is known color: Medium Orchid. HEX triplet: B6, 71 and CF. RGB value is (182,113,207). Sum of RGB (Red+Green+Blue) = 182+113+207=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B671CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CF is #498E30. Grayscale: #909090. Windows color (decimal): -4820529 or 13595062. OLE color: 13595062.

HSL color Cylindrical-coordinate representation of color #B671CF: hue angle of 284.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B671CF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 113 207 -
CMYK 0.12 0.45 0 0.19
HSL 284.04º 0.49% 0.63% -
HSV(B) 284.04º 0.45% 0.81% -
XYZ 36.46 26.26 62.18 -
YUV 144.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 182 113 207 0.12 0.45 0 0.19 284.04 0.49 0.63
Hex B6 71 CF C 2D 0 13 11C 31 3F
Octal 266 161 317 14 55 0 23 434 61 77
Binary 10110110 1110001 11001111 1100 101101 0 10011 100011100 110001 111111

Color Harmonies of #B671CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671CF

Black with #B671CF

Text Example


Text Example

White with #B671CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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