Html Css Color HEX #B670CF Medium Orchid

📋 copy color: '#B670CF'

red 182 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B670CF

Tints of Medium Orchid #B670CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.36%

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

R = 36.33%
G = 22.36%
B = 41.32%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B670CF (or 0xB670CF) is known color: Medium Orchid. HEX triplet: B6, 70 and CF. RGB value is (182,112,207). Sum of RGB (Red+Green+Blue) = 182+112+207=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B670CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670CF is #498F30. Grayscale: #8F8F8F. Windows color (decimal): -4820785 or 13594806. OLE color: 13594806.

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

Color convert

RGB 182 112 207 -
CMYK 0.12 0.46 0 0.19
HSL 284.21º 0.5% 0.63% -
HSV(B) 284.21º 0.46% 0.81% -
XYZ 36.35 26.04 62.14 -
YUV 143.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 182 112 207 0.12 0.46 0 0.19 284.21 0.5 0.63
Hex B6 70 CF C 2E 0 13 11C 32 3F
Octal 266 160 317 14 56 0 23 434 62 77
Binary 10110110 1110000 11001111 1100 101110 0 10011 100011100 110010 111111

Color Harmonies of #B670CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670CF

Black with #B670CF

Text Example


Text Example

White with #B670CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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